Searched refs:getCast (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ConstantFolder.h | 178 return ConstantExpr::getCast(Op, C, DestTy); in FoldCast()
|
| H A D | Constants.h | 1232 LLVM_ABI static Constant *getCast(unsigned ops, Constant *C, Type *Ty,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonVectorCombine.cpp | 2575 auto getCast = [&](IRBuilderBase &Builder, Value *Val, in createHvxIntrinsic() local 2606 IntrArgs.push_back(getCast(Builder, A, T)); in createHvxIntrinsic() 2623 return getCast(Builder, Call, RetTy); in createHvxIntrinsic()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ConstantFold.cpp | 127 ? ConstantExpr::getCast(opc, V, DestTy) in foldMaybeUndesirableCast()
|
| H A D | Constants.cpp | 1574 return ConstantExpr::getCast(getOpcode(), Ops[0], Ty, OnlyIfReduced); in getWithOperands() 2212 Constant *ConstantExpr::getCast(unsigned oc, Constant *C, Type *Ty, in getCast() function in ConstantExpr
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.cpp | 254 return ConstantExpr::getCast(Op, C, Ty); in InsertNoopCastOfTo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 1563 return ConstantExpr::getCast(Opcode, C, DestTy); in ConstantFoldCastOperand()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 1589 C = ConstantExpr::getCast(BC->Opcode, ConstOps[0], BC->getType()); in materializeValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 4288 ID.ConstantVal = ConstantExpr::getCast((Instruction::CastOps)Opc, in parseValID()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 20878 {"_ZN4llvm12ConstantExpr7getCastEjPNS_8ConstantEPKNS_4TypeE", "llvm::ConstantExpr::getCast(unsigned…
|