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

  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 234 /// ShouldOptimizeCast - Return true if the cast from "V to Ty" actually
238 bool ShouldOptimizeCast(Instruction::CastOps opcode, const Value *V,
InstCombineAndOrXor.cpp     [all...]
InstCombineCasts.cpp 269 /// ShouldOptimizeCast - Return true if the cast from "V to Ty" actually
273 bool InstCombiner::ShouldOptimizeCast(Instruction::CastOps opc, const Value *V,
    [all...]

Completed in 356 milliseconds