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

  /external/llvm/lib/Analysis/
CodeMetrics.cpp 82 if (CI->isLosslessCast() || isa<IntToPtrInst>(CI) || isa<PtrToIntInst>(CI))
InlineCost.cpp 449 if (I.isLosslessCast())
    [all...]
  /external/llvm/include/llvm/
InstrTypes.h 559 bool isLosslessCast() const;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 757 if (!CI->isLosslessCast())
    [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp     [all...]

Completed in 284 milliseconds