HomeSort by relevance Sort by last modified time
    Searched refs:visitFMul (Results 1 - 7 of 7) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombine.h 111 Instruction *visitFMul(BinaryOperator &I);
InstCombineMulDivRem.cpp 255 Instruction *InstCombiner::visitFMul(BinaryOperator &I) {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 237 Instruction *visitFMul(BinaryOperator &I);
InstCombineMulDivRem.cpp 464 /// Helper function of InstCombiner::visitFMul(BinaryOperator(). It returns
482 /// foldFMulConst() is a helper routine of InstCombiner::visitFMul().
537 Instruction *InstCombiner::visitFMul(BinaryOperator &I) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 483 void visitFMul(const User &I) { visitBinary(I, ISD::FMUL); }
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 1241 milliseconds