Searched defs:NewPred (Results 1 – 12 of 12) sorted by relevance
1742 auto NewPred = isICMP_NE ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_SGE; in foldICmpAndConstConst() local1751 auto NewPred = isICMP_NE ? ICmpInst::ICMP_UGE : ICmpInst::ICMP_ULT; in foldICmpAndConstConst() local1853 auto NewPred = Cmp.getPredicate() == CmpInst::ICMP_EQ ? CmpInst::ICMP_UGT in foldICmpAndConstant() local1869 auto NewPred = Cmp.getPredicate() == CmpInst::ICMP_EQ ? CmpInst::ICMP_SGE in foldICmpAndConstant() local3013 auto NewPred = isICMP_NE ? ICmpInst::ICMP_ULE : ICmpInst::ICMP_UGT; in foldICmpBinOpEqualityWithConstant() local3094 ICmpInst::Predicate NewPred = Cmp.getPredicate() == ICmpInst::ICMP_EQ in foldICmpEqIntrinsicWithConstant() local3976 ICmpInst::Predicate NewPred = in foldICmpBinOp() local3983 ICmpInst::Predicate NewPred = in foldICmpBinOp() local4251 ICmpInst::Predicate NewPred = in foldICmpEquality() local5039 auto NewPred = ICmpInst::getInversePredicate(Pred); in foldICmpUsingKnownBits() local[all …]
57 ICmpInst::Predicate NewPred; in getNewICmpValue() local785 ICmpInst::Predicate NewPred; in simplifyRangeCheck() local851 auto NewPred = JoinedByAnd ? ICmpInst::ICMP_UGT : ICmpInst::ICMP_ULE; in foldAndOrOfEqualityCmpsWithConstants() local890 auto NewPred = JoinedByAnd ? ICmpInst::ICMP_EQ : ICmpInst::ICMP_NE; in foldAndOrOfICmpsOfAndWithPow2() local1388 unsigned NewPred = IsAnd ? FCmpCodeL & FCmpCodeR : FCmpCodeL | FCmpCodeR; in foldLogicOfFCmps() local
420 Instruction *NewPred = Pair.second; in Cleanup() local
810 BasicBlock *NewPred, in updatePhiNodes()
1864 BasicBlock *NewPred, in AddPHINodeEntriesForMappedBlock()
1554 BasicBlock *NewPred = SplitBlockPredecessors( in splitPredecessorsOfLoopExit() local
1153 BasicBlock *NewPred = splitCriticalEdges(OrigPred, LoadBB); in PerformLoadPRE() local
370 CmpInst::Predicate NewPred = CmpInst::BAD_ICMP_PREDICATE; in handleFloatingPointIV() local
283 void IRTranslator::addMachineCFGPred(CFGEdge Edge, MachineBasicBlock *NewPred) { in addMachineCFGPred()
314 MachineBasicBlock *NewPred) { in setPhiPred()
302 static void AddPredecessorToBlock(BasicBlock *Succ, BasicBlock *NewPred, in AddPredecessorToBlock()
9015 CmpInst::Predicate NewPred; in SimplifyICmpOperands() local