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

  /external/llvm/lib/Transforms/Scalar/
ConstantHoisting.cpp 75 ConstantInt *ConstInt;
78 ConstantCandidate(ConstantInt *ConstInt)
79 : ConstInt(ConstInt), CumulativeCost(0) { }
161 ConstantInt *ConstInt);
269 /// \brief Record constant integer ConstInt for instruction Inst at operand
278 ConstantInt *ConstInt) {
284 ConstInt->getValue(), ConstInt->getType());
286 Cost = TTI->getIntImmCost(Inst->getOpcode(), Idx, ConstInt->getValue()
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 797 if (const ConstantInt *ConstInt = dyn_cast<ConstantInt>(SrcValue2)) {
800 const APInt &CIVal = ConstInt->getValue();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp     [all...]

Completed in 124 milliseconds