Searched refs:doesHold (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | ConstraintElimination.cpp | 143 bool doesHold(CmpInst::Predicate Pred, Value *A, Value *B) const; 375 return Info.doesHold(C.Pred, C.Op0, C.Op1); in isValid() 379 bool ConstraintInfo::doesHold(CmpInst::Predicate Pred, Value *A, in doesHold() function in ConstraintInfo 408 if (doesHold(CmpInst::ICMP_SGE, B, ConstantInt::get(B->getType(), 0))) { in transferToOtherSystem() 415 if (doesHold(CmpInst::ICMP_SGE, A, ConstantInt::get(B->getType(), 0))) in transferToOtherSystem() 419 if (doesHold(CmpInst::ICMP_SGE, B, ConstantInt::get(B->getType(), -1))) in transferToOtherSystem() 424 if (doesHold(CmpInst::ICMP_SGE, B, ConstantInt::get(B->getType(), 0))) { in transferToOtherSystem()
|