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

/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h134 Value *FoldAndOfFCmps(FCmpInst *LHS, FCmpInst *RHS);
H A DInstCombineAndOrXor.cpp1017 /// FoldAndOfFCmps - Optimize (fcmp)&(fcmp). NOTE: Unlike the rest of
1020 Value *InstCombiner::FoldAndOfFCmps(FCmpInst *LHS, FCmpInst *RHS) { function in class:InstCombiner
1286 if (Value *Res = FoldAndOfFCmps(LHS, RHS))
1317 if (Value *Res = FoldAndOfFCmps(LHS, RHS))

Completed in 86 milliseconds