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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 803 auto *FPInst = dyn_cast<Instruction>(RI);
804 if (FPInst && isa<FPMathOperator>(FPInst))
805 FPInst->copyFastMathFlags(BO);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 718 Instruction *FPInst = dyn_cast<Instruction>(RI);
719 if (FPInst && isa<FPMathOperator>(FPInst))
720 FPInst->copyFastMathFlags(BO);
    [all...]

Completed in 45 milliseconds