Searched refs:getCastOpcode (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 5467 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 D | InstrTypes.h | 617 static Instruction::CastOps getCastOpcode(
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.cpp | 157 Instruction::CastOps Op = CastInst::getCastOpcode(V, false, Ty, false); in InsertNoopCastOfTo()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 844 NewIdxs.push_back(ConstantExpr::getCast(CastInst::getCastOpcode(Ops[i], in CastGEPIndices()
|
| H A D | ScalarEvolution.cpp | 10059 CastInst::getCastOpcode(C, false, Op->getType(), false), C, in computeSCEVAtScope()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 3601 CastInst::getCastOpcode(*AI, false, PTy, false); in transformConstExprCastCall()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Instructions.cpp | 3636 CastInst::getCastOpcode( in getCastOpcode() function in CastInst
|
| H A D | Core.cpp | 3806 return map_to_llvmopcode(CastInst::getCastOpcode( in LLVMGetCastOpcode()
|