Home
last modified time | relevance | path

Searched refs:ConstantFoldCastOp (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h315 ConstantFoldCastOp(unsigned Opcode, LLT DstTy, const Register Op0,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp960 std::optional<APInt> llvm::ConstantFoldCastOp(unsigned Opcode, LLT DstTy, in ConstantFoldCastOp() function in llvm
H A DCombinerHelper.cpp5040 if (auto MaybeCst = ConstantFoldCastOp(MI.getOpcode(), DstTy, SrcOp, MRI)) { in matchConstantFoldCastOp()