HomeSort by relevance Sort by last modified time
    Searched refs:getCast (Results 1 - 25 of 27) sorted by null

1 2

  /external/llvm/lib/ExecutionEngine/Orc/
IndirectionUtils.cpp 29 ConstantExpr::getCast(Instruction::IntToPtr, AddrIntVal,
  /external/llvm/lib/IR/
ConstantFold.cpp 397 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false,
414 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false,
463 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false,
478 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo, false,
502 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo,
518 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false,
545 return ConstantExpr::getCast(newOpc, CE->getOperand(0), DestTy);
577 res.push_back(ConstantExpr::getCast(opc, C, DstEltTy));
642 Idx = ConstantExpr::getCast(CastInst::getCastOpcode(Idx, true,
    [all...]
Constants.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
TargetFolder.h 172 return Fold(ConstantExpr::getCast(Op, C, DestTy));
  /external/llvm/include/llvm/IR/
ConstantFolder.h 158 return ConstantExpr::getCast(Op, C, DestTy);
Constants.h     [all...]
  /external/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 292 Constant *Init = ConstantExpr::getCast(Instruction::IntToPtr,
  /external/llvm/lib/Analysis/
PHITransAddr.cpp 201 return AddAsInput(ConstantExpr::getCast(Cast->getOpcode(),
ConstantFolding.cpp 507 return ConstantExpr::getCast(Cast, C, DestTy);
692 NewIdxs.push_back(ConstantExpr::getCast(CastInst::getCastOpcode(Ops[i],
    [all...]
InlineCost.cpp 486 if (Constant *C = ConstantExpr::getCast(I.getOpcode(), COp, I.getType())) {
    [all...]
ScalarEvolutionExpander.cpp 151 return ConstantExpr::getCast(Op, C, Ty);
    [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/unittests/Linker/
LinkModulesTest.cpp 55 Constant *OnePtr = ConstantExpr::getCast(Instruction::IntToPtr, One,
  /external/llvm/lib/Transforms/Instrumentation/
SanitizerCoverage.cpp 398 C = ConstantExpr::getCast(CastInst::ZExt, It.getCaseValue(), Int64Ty);
  /external/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 448 ConstantExpr::getCast(I.getOpcode(), COp, I.getType())) {
    [all...]
SeparateConstOffsetFromGEP.cpp 576 // If Current is a constant, apply s/zext using ConstantExpr::getCast.
577 // ConstantExpr::getCast emits a ConstantInt if C is a ConstantInt.
578 Current = ConstantExpr::getCast((*I)->getOpcode(), C, (*I)->getType());
    [all...]
SCCP.cpp 761 markConstant(&I, ConstantExpr::getCast(I.getOpcode(),
    [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 712 ConstantExpr::getCast(CI->getOpcode(),
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]
InstructionCombining.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 1063 milliseconds

1 2