Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegBankCombiner.cpp123 const APInt &K0_Imm = getConstantIntVRegVal(K0, MRI)->getValue(); in matchIntMinMaxToMed3()
124 const APInt &K1_Imm = getConstantIntVRegVal(K1, MRI)->getValue(); in matchIntMinMaxToMed3()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h193 const ConstantInt *getConstantIntVRegVal(Register VReg,
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp368 const ConstantInt *llvm::getConstantIntVRegVal(Register VReg, in getConstantIntVRegVal() function in llvm