Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h365 Instruction *foldLogicOfIsFPClass(BinaryOperator &Operator, Value *LHS,
H A DInstCombineAndOrXor.cpp1325 Instruction *InstCombinerImpl::foldLogicOfIsFPClass(BinaryOperator &BO, in foldLogicOfIsFPClass() function in InstCombinerImpl
2407 if (Instruction *Folded = foldLogicOfIsFPClass(I, Op0, Op1)) in visitAnd()
3416 if (Instruction *Folded = foldLogicOfIsFPClass(I, Op0, Op1)) in visitOr()
4310 if (Instruction *Folded = foldLogicOfIsFPClass(I, Op0, Op1)) in visitXor()