Home
last modified time | relevance | path

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

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