Home
last modified time | relevance | path

Searched refs:getCastOpcode (Results 1 – 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/IR/
DConstantFold.cpp383 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedSizeOf()
400 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedAlignOf()
449 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedAlignOf()
464 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo, false, in getFoldedOffsetOf()
488 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo, in getFoldedOffsetOf()
504 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedOffsetOf()
620 Idx = ConstantExpr::getCast(CastInst::getCastOpcode(Idx, true, in ConstantFoldCastInstruction()
DInstructions.cpp2650 CastInst::getCastOpcode( in getCastOpcode() function in CastInst
/freebsd-10-stable/contrib/llvm/include/llvm/IR/
DInstrTypes.h543 static Instruction::CastOps getCastOpcode(
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp4526 CastInst::Create(CastInst::getCastOpcode(ICmpScaledV, false, in Expand()
4539 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in Expand()
4613 CastInst::Create(CastInst::getCastOpcode(FullV, false, in RewriteForPHI()
4643 CastInst::Create(CastInst::getCastOpcode(FullV, false, OpTy, false), in Rewrite()
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1160 CastInst::getCastOpcode(*AI, false, PTy, false); in transformConstExprCastCall()
/freebsd-10-stable/contrib/llvm/lib/Analysis/
DConstantFolding.cpp634 NewIdxs.push_back(ConstantExpr::getCast(CastInst::getCastOpcode(Ops[i], in CastGEPIndices()
DScalarEvolutionExpander.cpp90 Instruction::CastOps Op = CastInst::getCastOpcode(V, false, Ty, false); in InsertNoopCastOfTo()
DScalarEvolution.cpp5232 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in computeSCEVAtScope()