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

  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 800 const APInt &CIVal = ConstInt->getValue();
801 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...]

Completed in 160 milliseconds