Searched refs:getCastOpcode (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Instruction.h | 2269 static Opcode getCastOpcode(llvm::Instruction::CastOps CastOp) { in getCastOpcode() function 2305 : UnaryInstruction(ClassID::Cast, getCastOpcode(CI->getOpcode()), CI, in CastInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 5810 CastInst::getCastOpcode(ICmpScaledV, false, OpTy, false), in Expand() 5825 CastInst::getCastOpcode(C, false, OpTy, false), C, OpTy, in Expand() 5906 CastInst::getCastOpcode(FullV, false, OpTy, false), FullV, in RewriteForPHI() 5978 CastInst::Create(CastInst::getCastOpcode(FullV, false, OpTy, false), in Rewrite()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | InstrTypes.h | 562 getCastOpcode(const Value *Val, ///< The value to cast
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.cpp | 208 Instruction::CastOps Op = CastInst::getCastOpcode(V, false, Ty, false); in InsertNoopCastOfTo()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instructions.cpp | 3207 CastInst::getCastOpcode( in getCastOpcode() function in CastInst
|
| H A D | Core.cpp | 4260 return map_to_llvmopcode(CastInst::getCastOpcode( in LLVMGetCastOpcode()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 862 CastInst::getCastOpcode(Ops[i], true, NewType, true), Ops[i], NewType, in CastGEPIndices()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 4556 CastInst::getCastOpcode(*AI, false, PTy, false); in transformConstExprCastCall()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 21631 {"_ZN4llvm8CastInst13getCastOpcodeEPKNS_5ValueEbPKNS_4TypeEb", "llvm::CastInst::getCastOpcode(llvm:…
|