Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp128 void deduceOperandElementType(Instruction *I,
977 deduceOperandElementType(IncompleteRetI, nullptr, AskOps, in deduceOperandElementTypeFunctionRet()
990 void SPIRVEmitIntrinsics::deduceOperandElementType( in deduceOperandElementType() function in SPIRVEmitIntrinsics
2444 deduceOperandElementType(&I, &IncompleteRets); in runOnFunction()
2451 deduceOperandElementType(&Phi, nullptr); in runOnFunction()
2524 deduceOperandElementType(&I, &IncompleteRets, &It->second, true); in postprocessTypes()