Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp787 Value *CmpOperand = in instrumentAtomic() local
792 CmpOperand, in instrumentAtomic()
797 Value *Success = IRB.CreateICmpEQ(C, CmpOperand); in instrumentAtomic()
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp844 Register CmpOperand = I.getOperand(2).getReg(); in selectICmp() local
845 if (GR.isScalarOfType(CmpOperand, SPIRV::OpTypePointer)) in selectICmp()
847 else if (GR.isScalarOrVectorOfType(CmpOperand, SPIRV::OpTypeBool)) in selectICmp()