Searched defs:NewPred (Results 1 – 13 of 13) sorted by relevance
1443 auto NewPred = (Pred == Cmp.ICMP_EQ) ? Cmp.ICMP_UGE : Cmp.ICMP_ULT; in foldICmpTruncConstant() local1769 auto NewPred = isICMP_NE ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_SGE; in foldICmpAndConstConst() local1783 auto NewPred = isICMP_NE ? ICmpInst::ICMP_UGE : ICmpInst::ICMP_ULT; in foldICmpAndConstConst() local1887 auto NewPred = TrueIfNeg ? CmpInst::ICMP_EQ : CmpInst::ICMP_NE; in foldICmpAndConstant() local1896 auto NewPred = TrueIfNeg ? CmpInst::ICMP_EQ : CmpInst::ICMP_NE; in foldICmpAndConstant() local1921 auto NewPred = in foldICmpAndConstant() local2088 auto NewPred = TrueIfSigned ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_SGT; in foldICmpOrConstant() local2492 auto NewPred = IsUGT ? CmpInst::ICMP_ULT : CmpInst::ICMP_UGE; in foldICmpShrConstant() local3559 auto NewPred = isICMP_NE ? ICmpInst::ICMP_ULE : ICmpInst::ICMP_UGT; in foldICmpBinOpEqualityWithConstant() local3701 ICmpInst::Predicate NewPred = in foldICmpEqIntrinsicWithConstant() local[all …]
33 ICmpInst::Predicate NewPred; in getNewICmpValue() local43 FCmpInst::Predicate NewPred; in getFCmpValue() local686 ICmpInst::Predicate NewPred; in simplifyRangeCheck() local775 auto NewPred = IsAnd ? CmpInst::ICMP_EQ : CmpInst::ICMP_NE; in foldAndOrOfICmpsOfAndWithPow2() local1327 CmpInst::Predicate NewPred; in foldAndOrOfICmpsUsingRanges() local1406 unsigned NewPred = IsAnd ? FCmpCodeL & FCmpCodeR : FCmpCodeL | FCmpCodeR; in foldLogicOfFCmps() local4158 CmpInst::Predicate NewPred; in foldXorOfICmps() local
445 Value *NewPred = in createMaskedFindMismatch() local
269 CmpInst::Predicate NewPred = CmpInst::BAD_ICMP_PREDICATE; in handleFloatingPointIV() local
1870 BasicBlock *NewPred, in addPHINodeEntriesForMappedBlock()
1714 BasicBlock *NewPred = splitCriticalEdges(OrigPred, LoadBB); in PerformLoadPRE() local
1609 BasicBlock *NewPred = SplitBlockPredecessors( in splitPredecessorsOfLoopExit() local
811 BasicBlock *NewPred, PHINode *Until) { in updatePhiNodes()
373 static void AddPredecessorToBlock(BasicBlock *Succ, BasicBlock *NewPred, in AddPredecessorToBlock()
295 MachineBasicBlock *NewPred) { in setPhiPred()
295 void IRTranslator::addMachineCFGPred(CFGEdge Edge, MachineBasicBlock *NewPred) { in addMachineCFGPred()
7097 CmpInst::Predicate NewPred; in tryFoldAndOrOrICmpsUsingRanges() local7188 unsigned NewPred = IsAnd ? CmpCodeL & CmpCodeR : CmpCodeL | CmpCodeR; in tryFoldLogicOfFCmps() local
10717 CmpInst::Predicate NewPred; in SimplifyICmpOperands() local