Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWindowsSecureHotPatching.cpp586 Value *OperandValue = GVUse.User->getOperand(GVUse.Op); in runOnFunction() local
587 GlobalVariable *GV = cast<GlobalVariable>(OperandValue); in runOnFunction()
597 Value *OperandValue = GVUse.User->getOperand(GVUse.Op); in runOnFunction() local
598 ConstantExpr *CE = cast<ConstantExpr>(OperandValue); in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp3117 auto OperandValue = ParamEType->getIntParameter(0); in getInlineSpirvType() local
3124 OperandValue, MIRBuilder, OperandSPIRVType, true))); in getInlineSpirvType()
3134 auto OperandValue = ParamEType->getIntParameter(0); in getInlineSpirvType() local
3136 Operands.push_back(MCOperand::createImm(OperandValue)); in getInlineSpirvType()