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

  /external/llvm/include/llvm/Transforms/Utils/
Local.h 212 Constant *OC = ConstantExpr::getIntegerCast(OpC, IntPtrTy, true /*SExt*/);
  /external/llvm/include/llvm/Support/
ConstantFolder.h 164 return ConstantExpr::getIntegerCast(C, DestTy, isSigned);
TargetFolder.h 177 return Fold(ConstantExpr::getIntegerCast(C, DestTy, isSigned));
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/include/llvm/IR/
Constants.h     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 194 Op = ConstantExpr::getIntegerCast(Op, TD.getIntPtrType(CV->getContext()),
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 163 C = ConstantExpr::getIntegerCast(C, Ty, isSigned /*Sext or ZExt*/);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/IR/
Constants.cpp     [all...]
Core.cpp     [all...]
Instructions.cpp 398 Constant *Scale = ConstantExpr::getIntegerCast(CO, IntPtrTy,
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 413 (ConstantExpr::getIntegerCast(CI, PtrTy, /*isSigned=*/false));
    [all...]

Completed in 290 milliseconds