Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp5467 CastInst::Create(CastInst::getCastOpcode(ICmpScaledV, false, in Expand()
5482 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in Expand()
5560 CastInst::Create(CastInst::getCastOpcode(FullV, false, in RewriteForPHI()
5626 CastInst::Create(CastInst::getCastOpcode(FullV, false, OpTy, false), in Rewrite()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstrTypes.h617 static Instruction::CastOps getCastOpcode(
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp157 Instruction::CastOps Op = CastInst::getCastOpcode(V, false, Ty, false); in InsertNoopCastOfTo()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DConstantFolding.cpp844 NewIdxs.push_back(ConstantExpr::getCast(CastInst::getCastOpcode(Ops[i], in CastGEPIndices()
H A DScalarEvolution.cpp10059 CastInst::getCastOpcode(C, false, Op->getType(), false), C, in computeSCEVAtScope()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3601 CastInst::getCastOpcode(*AI, false, PTy, false); in transformConstExprCastCall()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp3636 CastInst::getCastOpcode( in getCastOpcode() function in CastInst
H A DCore.cpp3806 return map_to_llvmopcode(CastInst::getCastOpcode( in LLVMGetCastOpcode()