Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp122 bool selectConst(Register ResVReg, const SPIRVType *ResType, const APInt &Imm,
257 return selectConst(ResVReg, ResType, I.getOperand(1).getCImm()->getValue(), in spvSelect()
1013 bool SPIRVInstructionSelector::selectConst(Register ResVReg, in selectConst() function in SPIRVInstructionSelector