Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2905 unsigned CmpVal = ValToCheck.countTrailingZeros(); in visitICmpInst() local
2909 unsigned CmpVal = ValToCheck.countTrailingZeros() - 1; in visitICmpInst() local
2950 unsigned CmpVal = ValToCheck.countTrailingZeros(); in visitICmpInst() local
2954 unsigned CmpVal = ValToCheck.countTrailingZeros(); in visitICmpInst() local
3627 APInt CmpVal = APInt::getOneBitSet(TypeBits, ShAmt); in visitICmpInst() local
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp1468 uint64_t Mask, uint64_t CmpVal, in getTestUnderMaskCond()
1564 uint64_t CmpVal = ConstOp1->getZExtValue(); in adjustForTestUnderMask() local
2605 SDValue CmpVal = Node->getOperand(2); in lowerATOMIC_CMP_SWAP() local
3291 unsigned CmpVal = MRI.createVirtualRegister(RC); in emitAtomicCmpSwapW() local
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1043 Value *CmpVal = Constant::getNullValue(ShadowTy); in instrumentAddress() local
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1391 unsigned CmpVal = MI->getOperand(2).getReg(); in emitAtomicCmpSwapPartword() local
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp3563 APFloat CmpVal = CCmp->getValueAPF(); in selectCCOpsAreFMaxCompatible() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp3799 static bool isUndefOrEqual(int Val, int CmpVal) { in isUndefOrEqual()