Searched defs:CreateFCmp (Results 1 – 4 of 4) sorted by relevance
205 Constant *CreateFCmp(CmpInst::Predicate P, Constant *LHS, in CreateFCmp() function
258 Instruction *CreateFCmp(CmpInst::Predicate P, in CreateFCmp() function
230 Constant *CreateFCmp(CmpInst::Predicate P, Constant *LHS, in CreateFCmp() function
1641 func (b Builder) CreateFCmp(pred FloatPredicate, lhs, rhs Value, name string) (v Value) { func