Searched defs:NewPred (Results 1 – 11 of 11) sorted by relevance
1453 auto NewPred = (Pred == Cmp.ICMP_EQ) ? Cmp.ICMP_UGE : Cmp.ICMP_ULT; in foldICmpTruncConstant() local1718 auto NewPred = isICMP_NE ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_SGE; in foldICmpAndConstConst() local1732 auto NewPred = isICMP_NE ? ICmpInst::ICMP_UGE : ICmpInst::ICMP_ULT; in foldICmpAndConstConst() local1819 auto NewPred = TrueIfNeg ? CmpInst::ICMP_EQ : CmpInst::ICMP_NE; in foldICmpAndConstant() local1844 auto NewPred = in foldICmpAndConstant() local1907 auto NewPred = TrueIfSigned ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_SGT; in foldICmpOrConstant() local2244 auto NewPred = IsUGT ? CmpInst::ICMP_ULT : CmpInst::ICMP_UGE; in foldICmpShrConstant() local3190 auto NewPred = isICMP_NE ? ICmpInst::ICMP_ULE : ICmpInst::ICMP_UGT; in foldICmpBinOpEqualityWithConstant() local3282 ICmpInst::Predicate NewPred = in foldICmpEqIntrinsicWithConstant() local4083 CmpInst::Predicate NewPred = in foldICmpBinOp() local[all …]
33 ICmpInst::Predicate NewPred; in getNewICmpValue() local43 FCmpInst::Predicate NewPred; in getFCmpValue() local697 ICmpInst::Predicate NewPred; in simplifyRangeCheck() local747 auto NewPred = IsAnd ? CmpInst::ICMP_EQ : CmpInst::ICMP_NE; in foldAndOrOfICmpsOfAndWithPow2() local1199 CmpInst::Predicate NewPred; in foldAndOrOfICmpsUsingRanges() local1278 unsigned NewPred = IsAnd ? FCmpCodeL & FCmpCodeR : FCmpCodeL | FCmpCodeR; in foldLogicOfFCmps() local
276 CmpInst::Predicate NewPred = CmpInst::BAD_ICMP_PREDICATE; in handleFloatingPointIV() local
1583 BasicBlock *NewPred = SplitBlockPredecessors( in splitPredecessorsOfLoopExit() local
1532 BasicBlock *NewPred = splitCriticalEdges(OrigPred, LoadBB); in PerformLoadPRE() local
1962 BasicBlock *NewPred, in addPHINodeEntriesForMappedBlock()
665 BasicBlock *NewPred, PHINode *Until) { in updatePhiNodes()
372 static void AddPredecessorToBlock(BasicBlock *Succ, BasicBlock *NewPred, in AddPredecessorToBlock()
295 MachineBasicBlock *NewPred) { in setPhiPred()
289 void IRTranslator::addMachineCFGPred(CFGEdge Edge, MachineBasicBlock *NewPred) { in addMachineCFGPred()
10677 CmpInst::Predicate NewPred; in SimplifyICmpOperands() local