Home
last modified time | relevance | path

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

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