Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFolder.h177 return ConstantExpr::getCast(Op, C, DestTy); in FoldCast()
H A DConstants.h1201 static Constant *getCast(unsigned ops, Constant *C, Type *Ty,
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp2574 auto getCast = [&](IRBuilderBase &Builder, Value *Val, in createHvxIntrinsic() local
2605 IntrArgs.push_back(getCast(Builder, A, T)); in createHvxIntrinsic()
2622 return getCast(Builder, Call, RetTy); in createHvxIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp126 ? ConstantExpr::getCast(opc, V, DestTy) in foldMaybeUndesirableCast()
H A DConstants.cpp1548 return ConstantExpr::getCast(getOpcode(), Ops[0], Ty, OnlyIfReduced); in getWithOperands()
2184 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.cpp242 return ConstantExpr::getCast(Op, C, Ty); in InsertNoopCastOfTo()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1469 return ConstantExpr::getCast(Opcode, C, DestTy); in ConstantFoldCastOperand()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1574 C = ConstantExpr::getCast(BC->Opcode, ConstOps[0], BC->getType()); in materializeValue()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4188 ID.ConstantVal = ConstantExpr::getCast((Instruction::CastOps)Opc, in parseValID()