Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp779 Value *CmpOperand = in instrumentAtomic() local
784 CmpOperand, in instrumentAtomic()
789 Value *Success = IRB.CreateICmpEQ(C, CmpOperand); in instrumentAtomic()
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp1009 Register CmpOperand = I.getOperand(2).getReg(); in selectICmp() local
1010 if (GR.isScalarOfType(CmpOperand, SPIRV::OpTypePointer)) in selectICmp()
1012 else if (GR.isScalarOrVectorOfType(CmpOperand, SPIRV::OpTypeBool)) in selectICmp()