Searched refs:createCond (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LibCallsShrinkWrap.cpp | 108 auto Cond2 = createCond(BBBuilder, Arg, Cmp2, Val2); in createOrCond() 109 auto Cond1 = createCond(BBBuilder, Arg, Cmp, Val); in createOrCond() 114 Value *createCond(IRBuilder<> &BBBuilder, Value *Arg, CmpInst::Predicate Cmp, in createCond() function in __anon476bb3c80211::LibCallsShrinkWrap 123 Value *createCond(CallInst *CI, CmpInst::Predicate Cmp, float Val) { in createCond() function in __anon476bb3c80211::LibCallsShrinkWrap 126 return createCond(BBBuilder, Arg, Cmp, Val); in createCond() 169 Cond = createCond(CI, CmpInst::FCMP_OLT, 1.0f); in performCallDomainErrorOnly() 177 Cond = createCond(CI, CmpInst::FCMP_OLT, 0.0f); in performCallDomainErrorOnly() 257 Cond = createCond(CI, CmpInst::FCMP_OLE, 0.0f); in performCallErrors() 267 Cond = createCond(CI, CmpInst::FCMP_OLE, -1.0f); in performCallErrors() 337 return createCond(CI, CmpInst::FCMP_OGT, UpperBound); in generateOneRangeCond()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | LibCallsShrinkWrap.cpp | 108 auto Cond2 = createCond(BBBuilder, Arg, Cmp2, Val2); in createOrCond() 109 auto Cond1 = createCond(BBBuilder, Arg, Cmp, Val); in createOrCond() 114 Value *createCond(IRBuilder<> &BBBuilder, Value *Arg, CmpInst::Predicate Cmp, in createCond() function in __anoneb2ff4d40211::LibCallsShrinkWrap 123 Value *createCond(CallInst *CI, CmpInst::Predicate Cmp, float Val) { in createCond() function in __anoneb2ff4d40211::LibCallsShrinkWrap 126 return createCond(BBBuilder, Arg, Cmp, Val); in createCond() 169 Cond = createCond(CI, CmpInst::FCMP_OLT, 1.0f); in performCallDomainErrorOnly() 177 Cond = createCond(CI, CmpInst::FCMP_OLT, 0.0f); in performCallDomainErrorOnly() 257 Cond = createCond(CI, CmpInst::FCMP_OLE, 0.0f); in performCallErrors() 267 Cond = createCond(CI, CmpInst::FCMP_OLE, -1.0f); in performCallErrors() 337 return createCond(CI, CmpInst::FCMP_OGT, UpperBound); in generateOneRangeCond()
|