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

  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 780 void visitFMul(const User &I) { visitBinary(I, ISD::FMUL); }
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 461 /// Helper function of InstCombiner::visitFMul(BinaryOperator(). It returns
479 /// foldFMulConst() is a helper routine of InstCombiner::visitFMul().
534 Instruction *InstCombiner::visitFMul(BinaryOperator &I) {
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 542 milliseconds