/external/llvm/include/llvm/Support/ |
ConstantFolder.h | 145 return ConstantExpr::getCast(Op, C, DestTy);
|
TargetFolder.h | 159 return Fold(ConstantExpr::getCast(Op, C, DestTy));
|
/external/llvm/lib/VMCore/ |
Constants.cpp | 816 return ConstantExpr::getCast(getOpcode(), Op, getType()); 884 return ConstantExpr::getCast(getOpcode(), Ops[0], Ty); [all...] |
ConstantFold.cpp | 381 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, 398 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, 447 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, 462 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo, false, 486 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo, 502 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, 533 return ConstantExpr::getCast(newOpc, CE->getOperand(0), DestTy); 560 res.push_back(ConstantExpr::getCast(opc, 618 Idx = ConstantExpr::getCast(CastInst::getCastOpcode(Idx, true, [all...] |
/external/llvm/lib/Analysis/ |
ConstantFolding.cpp | 554 NewIdxs.push_back(ConstantExpr::getCast(CastInst::getCastOpcode(Ops[i], [all...] |
PHITransAddr.cpp | 199 return AddAsInput(ConstantExpr::getCast(Cast->getOpcode(),
|
ScalarEvolutionExpander.cpp | 97 return ConstantExpr::getCast(Op, C, Ty); [all...] |
InstructionSimplify.cpp | [all...] |
ScalarEvolution.cpp | [all...] |
/external/llvm/include/llvm/ |
Constants.h | 708 static Constant *getCast( [all...] |
/external/llvm/lib/Transforms/IPO/ |
GlobalOpt.cpp | 738 ConstantExpr::getCast(CI->getOpcode(), [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstructionCombining.cpp | 661 InV = ConstantExpr::getCast(CI->getOpcode(), InC, RetTy); [all...] |
InstCombineAndOrXor.cpp | [all...] |
InstCombineCompares.cpp | [all...] |
/external/llvm/lib/Transforms/Scalar/ |
SCCP.cpp | 801 markConstant(&I, ConstantExpr::getCast(I.getOpcode(), [all...] |
LoopStrengthReduce.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...] |