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

  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 836 const APInt &CIVal = ConstInt->getValue();
837 Imm = (IsZExt) ? (long)CIVal.getZExtValue() : (long)CIVal.getSExtValue();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 148 milliseconds