Lines Matching refs:CmpInst

83   Value *createOrCond(CallInst *CI, Value *Arg, CmpInst::Predicate Cmp,  in createOrCond()
84 float Val, Value *Arg2, CmpInst::Predicate Cmp2, in createOrCond()
93 Value *createOrCond(CallInst *CI, CmpInst::Predicate Cmp, float Val, in createOrCond()
94 CmpInst::Predicate Cmp2, float Val2) { in createOrCond()
100 Value *createCond(IRBuilder<> &BBBuilder, Value *Arg, CmpInst::Predicate Cmp, in createCond()
111 Value *createCond(CallInst *CI, Value *Arg, CmpInst::Predicate Cmp, in createCond()
118 Value *createCond(CallInst *CI, CmpInst::Predicate Cmp, float Val) { in createCond()
143 Cond = createOrCond(CI, CmpInst::FCMP_OLT, -1.0f, CmpInst::FCMP_OGT, 1.0f); in performCallDomainErrorOnly()
154 Cond = createOrCond(CI, CmpInst::FCMP_OEQ, INFINITY, CmpInst::FCMP_OEQ, in performCallDomainErrorOnly()
163 Cond = createCond(CI, CmpInst::FCMP_OLT, 1.0f); in performCallDomainErrorOnly()
171 Cond = createCond(CI, CmpInst::FCMP_OLT, 0.0f); in performCallDomainErrorOnly()
232 Cond = createOrCond(CI, CmpInst::FCMP_OLE, -1.0f, CmpInst::FCMP_OGE, 1.0f); in performCallErrors()
251 Cond = createCond(CI, CmpInst::FCMP_OLE, 0.0f); in performCallErrors()
261 Cond = createCond(CI, CmpInst::FCMP_OLE, -1.0f); in performCallErrors()
331 return createCond(CI, CmpInst::FCMP_OGT, UpperBound); in generateOneRangeCond()
395 return createOrCond(CI, CmpInst::FCMP_OGT, UpperBound, CmpInst::FCMP_OLT, in generateTwoRangeCond()
434 return createCond(CI, Exp, CmpInst::FCMP_OGT, 127.0f); in generateCondForPow()
459 return createOrCond(CI, Base, CmpInst::FCMP_OLE, 0.0f, Exp, in generateCondForPow()
460 CmpInst::FCMP_OGT, UpperV); in generateCondForPow()