Home
last modified time | relevance | path

Searched refs:FoldOrOfFCmps (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombine.h127 Value *FoldOrOfFCmps(FCmpInst *LHS, FCmpInst *RHS);
DInstCombineAndOrXor.cpp1667 Value *InstCombiner::FoldOrOfFCmps(FCmpInst *LHS, FCmpInst *RHS) { in FoldOrOfFCmps() function in InstCombiner
2005 if (Value *Res = FoldOrOfFCmps(LHS, RHS)) in visitOr()
2037 if (Value *Res = FoldOrOfFCmps(LHS, RHS)) in visitOr()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h254 Value *FoldOrOfFCmps(FCmpInst *LHS, FCmpInst *RHS);
DInstCombineAndOrXor.cpp1273 : FoldOrOfFCmps(FCmp0, FCmp1); in foldCastedBitwiseLogic()
2012 Value *InstCombiner::FoldOrOfFCmps(FCmpInst *LHS, FCmpInst *RHS) { in FoldOrOfFCmps() function in InstCombiner
2432 if (Value *Res = FoldOrOfFCmps(LHS, RHS)) in visitOr()