Searched refs:getCastOpcode (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 5536 CastInst::Create(CastInst::getCastOpcode(ICmpScaledV, false, in Expand() 5552 CastInst::getCastOpcode(C, false, OpTy, false), C, OpTy, in Expand() 5639 CastInst::Create(CastInst::getCastOpcode(FullV, false, in RewriteForPHI() 5714 CastInst::Create(CastInst::getCastOpcode(FullV, false, OpTy, false), in Rewrite()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | InstrTypes.h | 672 static Instruction::CastOps getCastOpcode(
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.cpp | 157 Instruction::CastOps Op = CastInst::getCastOpcode(V, false, Ty, false); in InsertNoopCastOfTo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 842 CastInst::getCastOpcode(Ops[i], true, NewType, true), Ops[i], NewType, in CastGEPIndices()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 4042 CastInst::getCastOpcode(*AI, false, PTy, false); in transformConstExprCastCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Core.cpp | 3950 return map_to_llvmopcode(CastInst::getCastOpcode( in LLVMGetCastOpcode()
|
| H A D | Instructions.cpp | 3615 CastInst::getCastOpcode( in getCastOpcode() function in CastInst
|