Home
last modified time | relevance | path

Searched refs:getCast (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFolder.h178 return ConstantExpr::getCast(Op, C, DestTy); in FoldCast()
H A DConstants.h1232 LLVM_ABI static Constant *getCast(unsigned ops, Constant *C, Type *Ty,
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp2575 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 DConstantFold.cpp127 ? ConstantExpr::getCast(opc, V, DestTy) in foldMaybeUndesirableCast()
H A DConstants.cpp1574 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 DScalarEvolutionExpander.cpp254 return ConstantExpr::getCast(Op, C, Ty); in InsertNoopCastOfTo()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1563 return ConstantExpr::getCast(Opcode, C, DestTy); in ConstantFoldCastOperand()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1589 C = ConstantExpr::getCast(BC->Opcode, ConstOps[0], BC->getType()); in materializeValue()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4288 ID.ConstantVal = ConstantExpr::getCast((Instruction::CastOps)Opc, in parseValID()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc20878 {"_ZN4llvm12ConstantExpr7getCastEjPNS_8ConstantEPKNS_4TypeE", "llvm::ConstantExpr::getCast(unsigned…