Searched refs:getCastOpcode (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 5838 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 D | InstrTypes.h | 643 static Instruction::CastOps getCastOpcode(
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ScalarEvolutionExpander.cpp | 196 Instruction::CastOps Op = CastInst::getCastOpcode(V, false, Ty, false); in InsertNoopCastOfTo()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 847 CastInst::getCastOpcode(Ops[i], true, NewType, true), Ops[i], NewType, in CastGEPIndices()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 3147 CastInst::getCastOpcode( in getCastOpcode() function in CastInst
|
H A D | Core.cpp | 4184 return map_to_llvmopcode(CastInst::getCastOpcode( in LLVMGetCastOpcode()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 4272 CastInst::getCastOpcode(*AI, false, PTy, false); in transformConstExprCastCall()
|