Home
last modified time | relevance | path

Searched refs:doesHold (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DConstraintElimination.cpp156 bool doesHold(CmpInst::Predicate Pred, Value *A, Value *B) const;
535 return Info.doesHold(C.Pred, C.Op0, C.Op1); in isValid()
539 bool ConstraintInfo::doesHold(CmpInst::Predicate Pred, Value *A, in doesHold() function in ConstraintInfo
561 if (doesHold(CmpInst::ICMP_SGE, B, ConstantInt::get(B->getType(), 0))) { in transferToOtherSystem()
568 if (doesHold(CmpInst::ICMP_SGE, A, ConstantInt::get(B->getType(), 0))) in transferToOtherSystem()
572 if (doesHold(CmpInst::ICMP_SGE, B, ConstantInt::get(B->getType(), -1))) in transferToOtherSystem()
577 if (doesHold(CmpInst::ICMP_SGE, B, ConstantInt::get(B->getType(), 0))) { in transferToOtherSystem()