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