Searched refs:FoldAndOfFCmps (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h134 Value *FoldAndOfFCmps(FCmpInst *LHS, FCmpInst *RHS);
H A DInstCombineAndOrXor.cpp932 /// FoldAndOfFCmps - Optimize (fcmp)&(fcmp). NOTE: Unlike the rest of
935 Value *InstCombiner::FoldAndOfFCmps(FCmpInst *LHS, FCmpInst *RHS) { function in class:InstCombiner
1198 if (Value *Res = FoldAndOfFCmps(LHS, RHS))
1229 if (Value *Res = FoldAndOfFCmps(LHS, RHS))

Completed in 94 milliseconds