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

  /external/llvm/unittests/Linker/
LinkModulesTest.cpp 50 Constant *OnePtr = ConstantExpr::getCast(Instruction::IntToPtr, One,
  /external/llvm/lib/IR/
ConstantFold.cpp 383 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false,
400 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false,
449 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false,
464 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo, false,
488 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo,
504 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false,
531 return ConstantExpr::getCast(newOpc, CE->getOperand(0), DestTy);
563 res.push_back(ConstantExpr::getCast(opc, C, DstEltTy));
623 Idx = ConstantExpr::getCast(CastInst::getCastOpcode(Idx, true,
    [all...]
Constants.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
TargetFolder.h 171 return Fold(ConstantExpr::getCast(Op, C, DestTy));
  /external/llvm/include/llvm/IR/
ConstantFolder.h 157 return ConstantExpr::getCast(Op, C, DestTy);
Constants.h     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 502 return ConstantExpr::getCast(Cast, C, DestTy);
689 NewIdxs.push_back(ConstantExpr::getCast(CastInst::getCastOpcode(Ops[i],
    [all...]
PHITransAddr.cpp 200 return AddAsInput(ConstantExpr::getCast(Cast->getOpcode(),
InstructionSimplify.cpp     [all...]
ScalarEvolutionExpander.cpp 125 return ConstantExpr::getCast(Op, C, Ty);
    [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp 444 // If Current is a constant, apply s/zext using ConstantExpr::getCast.
445 // ConstantExpr::getCast emits a ConstantInt if C is a ConstantInt.
446 Current = ConstantExpr::getCast((*I)->getOpcode(), C, (*I)->getType());
    [all...]
SCCP.cpp 752 markConstant(&I, ConstantExpr::getCast(I.getOpcode(),
    [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 467 if (Constant *C = ConstantExpr::getCast(I.getOpcode(), COp, I.getType())) {
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 706 ConstantExpr::getCast(CI->getOpcode(),
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 844 InV = ConstantExpr::getCast(CI->getOpcode(), InC, RetTy);
    [all...]
InstCombineAndOrXor.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.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 180 milliseconds