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 823 const APInt &CIVal = ConstInt->getValue();
824 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 225 milliseconds