Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp5838 CastInst::getCastOpcode(ICmpScaledV, false, OpTy, false), in Expand()
5853 CastInst::getCastOpcode(C, false, OpTy, false), C, OpTy, in Expand()
5940 CastInst::getCastOpcode(FullV, false, OpTy, false), FullV, in RewriteForPHI()
6014 CastInst::Create(CastInst::getCastOpcode(FullV, false, OpTy, false), in Rewrite()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h643 static Instruction::CastOps getCastOpcode(
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp196 Instruction::CastOps Op = CastInst::getCastOpcode(V, false, Ty, false); in InsertNoopCastOfTo()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp847 CastInst::getCastOpcode(Ops[i], true, NewType, true), Ops[i], NewType, in CastGEPIndices()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3147 CastInst::getCastOpcode( in getCastOpcode() function in CastInst
H A DCore.cpp4184 return map_to_llvmopcode(CastInst::getCastOpcode( in LLVMGetCastOpcode()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4272 CastInst::getCastOpcode(*AI, false, PTy, false); in transformConstExprCastCall()