Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2999 unsigned CmpVal = ValToCheck.countTrailingZeros(); in visitICmpInst() local
3003 unsigned CmpVal = ValToCheck.countTrailingZeros() - 1; in visitICmpInst() local
3043 unsigned CmpVal = ValToCheck.countTrailingZeros(); in visitICmpInst() local
3047 unsigned CmpVal = ValToCheck.countTrailingZeros(); in visitICmpInst() local
3762 APInt CmpVal = APInt::getOneBitSet(TypeBits, ShAmt); in visitICmpInst() local
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp1827 uint64_t Mask, uint64_t CmpVal, in getTestUnderMaskCond()
1923 uint64_t CmpVal = ConstOp1->getZExtValue(); in adjustForTestUnderMask() local
3181 SDValue CmpVal = Node->getOperand(2); in lowerATOMIC_CMP_SWAP() local
5247 unsigned CmpVal = MRI.createVirtualRegister(RC); in emitAtomicCmpSwapW() local
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1089 Value *CmpVal = Constant::getNullValue(ShadowTy); in instrumentAddress() local
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1424 unsigned CmpVal = MI->getOperand(2).getReg(); in emitAtomicCmpSwapPartword() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp4224 static bool isUndefOrEqual(int Val, int CmpVal) { in isUndefOrEqual()