HomeSort by: relevance | last modified time | path
    Searched refs:foldLogicOfFCmps (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 350 Value *foldLogicOfFCmps(FCmpInst *LHS, FCmpInst *RHS, bool IsAnd);
InstCombineAndOrXor.cpp 1431 Value *InstCombinerImpl::foldLogicOfFCmps(FCmpInst *LHS, FCmpInst *RHS,
1667 if (Value *R = foldLogicOfFCmps(FCmp0, FCmp1, LogicOpc == Instruction::And))
2056 if (Value *Res = foldLogicOfFCmps(LHS, RHS, true))
2868 if (Value *Res = foldLogicOfFCmps(LHS, RHS, false))

Completed in 28 milliseconds