Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantFold.cpp408 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedSizeOfImpl()
437 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedAlignOf()
486 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedAlignOf()
499 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo, false, in getFoldedOffsetOf()
523 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo, in getFoldedOffsetOf()
539 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedOffsetOf()
690 Idx = ConstantExpr::getCast(CastInst::getCastOpcode(Idx, true, in ConstantFoldCastInstruction()
H A DInstructions.cpp3228 CastInst::getCastOpcode( in getCastOpcode() function in CastInst
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp5348 CastInst::Create(CastInst::getCastOpcode(ICmpScaledV, false, in Expand()
5363 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in Expand()
5441 CastInst::Create(CastInst::getCastOpcode(FullV, false, in RewriteForPHI()
5508 CastInst::Create(CastInst::getCastOpcode(FullV, false, OpTy, false), in Rewrite()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstrTypes.h621 static Instruction::CastOps getCastOpcode(
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp152 Instruction::CastOps Op = CastInst::getCastOpcode(V, false, Ty, false); in InsertNoopCastOfTo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2661 CastInst::getCastOpcode(*AI, false, PTy, false); in transformConstExprCastCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp820 NewIdxs.push_back(ConstantExpr::getCast(CastInst::getCastOpcode(Ops[i], in CastGEPIndices()
H A DScalarEvolution.cpp8677 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in computeSCEVAtScope()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3519 CastInst::getCastOpcode(VectorTripCount, true, StepType, true); in createInductionResumeValues()
3528 CastOp = CastInst::getCastOpcode(AdditionalBypass.second, true, in createInductionResumeValues()