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 379 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false,
396 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false,
445 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false,
460 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo, false,
484 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo,
500 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false,
531 return ConstantExpr::getCast(newOpc, CE->getOperand(0), DestTy);
557 res.push_back(ConstantExpr::getCast(opc,
616 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 585 NewIdxs.push_back(ConstantExpr::getCast(CastInst::getCastOpcode(Ops[i],
    [all...]
PHITransAddr.cpp 198 return AddAsInput(ConstantExpr::getCast(Cast->getOpcode(),
InlineCost.cpp 440 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/InstCombine/
InstructionCombining.cpp 715 InV = ConstantExpr::getCast(CI->getOpcode(), InC, RetTy);
    [all...]
InstCombineAndOrXor.cpp     [all...]
InstCombineCompares.cpp     [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 735 ConstantExpr::getCast(CI->getOpcode(),
    [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 633 milliseconds