Searched refs:getCastOpcode (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 5384 CastInst::Create(CastInst::getCastOpcode(ICmpScaledV, false, in Expand() 5399 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in Expand() 5477 CastInst::Create(CastInst::getCastOpcode(FullV, false, in RewriteForPHI() 5544 CastInst::Create(CastInst::getCastOpcode(FullV, false, OpTy, false), in Rewrite()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | InstrTypes.h | 619 static Instruction::CastOps getCastOpcode(
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.cpp | 158 Instruction::CastOps Op = CastInst::getCastOpcode(V, false, Ty, false); in InsertNoopCastOfTo()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 852 NewIdxs.push_back(ConstantExpr::getCast(CastInst::getCastOpcode(Ops[i], in CastGEPIndices()
|
| H A D | ScalarEvolution.cpp | 8933 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in computeSCEVAtScope()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 2757 CastInst::getCastOpcode(*AI, false, PTy, false); in transformConstExprCastCall()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 3561 CastInst::getCastOpcode(VectorTripCount, true, StepType, true); in createInductionResumeValues() 3570 CastOp = CastInst::getCastOpcode(AdditionalBypass.second, true, in createInductionResumeValues()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instructions.cpp | 3248 CastInst::getCastOpcode( in getCastOpcode() function in CastInst
|