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

  /external/llvm/lib/VMCore/
ConstantFold.cpp 378 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false,
395 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false,
444 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false,
459 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo, false,
483 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo,
499 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false,
530 return ConstantExpr::getCast(newOpc, CE->getOperand(0), DestTy);
559 res.push_back(ConstantExpr::getCast(opc, C, DstEltTy));
618 Idx = ConstantExpr::getCast(CastInst::getCastOpcode(Idx, true,
    [all...]
Constants.cpp     [all...]
  /external/llvm/include/llvm/Support/
ConstantFolder.h 157 return ConstantExpr::getCast(Op, C, DestTy);
TargetFolder.h 171 return Fold(ConstantExpr::getCast(Op, C, DestTy));
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 588 NewIdxs.push_back(ConstantExpr::getCast(CastInst::getCastOpcode(Ops[i],
    [all...]
PHITransAddr.cpp 200 return AddAsInput(ConstantExpr::getCast(Cast->getOpcode(),
InlineCost.cpp 434 if (Constant *C = ConstantExpr::getCast(I.getOpcode(), COp, I.getType())) {
    [all...]
ScalarEvolutionExpander.cpp 125 return ConstantExpr::getCast(Op, C, Ty);
    [all...]
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/include/llvm/
Constants.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 760 markConstant(&I, ConstantExpr::getCast(I.getOpcode(),
    [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]
InstructionCombining.cpp 719 InV = ConstantExpr::getCast(CI->getOpcode(), InC, RetTy);
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.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...]

Completed in 419 milliseconds