Home
last modified time | relevance | path

Searched defs:CmpVal (Results 1 – 6 of 6) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2832 unsigned CmpVal = ValToCheck.countTrailingZeros(); in visitICmpInst() local
2836 unsigned CmpVal = ValToCheck.countTrailingZeros() - 1; in visitICmpInst() local
2877 unsigned CmpVal = ValToCheck.countTrailingZeros(); in visitICmpInst() local
2881 unsigned CmpVal = ValToCheck.countTrailingZeros(); in visitICmpInst() local
3558 APInt CmpVal = APInt::getOneBitSet(TypeBits, ShAmt); in visitICmpInst() local
/minix/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1401 uint64_t Mask, uint64_t CmpVal, in getTestUnderMaskCond()
1497 uint64_t CmpVal = ConstOp1->getZExtValue(); in adjustForTestUnderMask() local
2337 SDValue CmpVal = Node->getOperand(2); in lowerATOMIC_CMP_SWAP() local
2992 unsigned CmpVal = MRI.createVirtualRegister(RC); in emitAtomicCmpSwapW() local
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp975 Value *CmpVal = Constant::getNullValue(ShadowTy); in instrumentAddress() local
/minix/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1380 unsigned CmpVal = MI->getOperand(2).getReg(); in emitAtomicCmpSwapPartword() local
/minix/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3539 APFloat CmpVal = CCmp->getValueAPF(); in selectCCOpsAreFMaxCompatible() local
/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3927 static bool isUndefOrEqual(int Val, int CmpVal) { in isUndefOrEqual()