Searched defs:RHS1 (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | SparseBitVector.h | 688 void intersectWithComplement(const SparseBitVector<ElementSize> &RHS1, in intersectWithComplement() 734 void intersectWithComplement(const SparseBitVector<ElementSize> *RHS1, in intersectWithComplement()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 1234 Value *RHS0 = RHS->getOperand(0), *RHS1 = RHS->getOperand(1); in matchIsFiniteTest() local 1252 Value *RHS0 = RHS->getOperand(0), *RHS1 = RHS->getOperand(1); in foldLogicOfFCmps() local 2768 Value *LHS1 = LHS->getOperand(1), *RHS1 = RHS->getOperand(1); in foldAndOrOfICmps() local 3482 Value *RHS0 = RHS->getOperand(0), *RHS1 = RHS->getOperand(1); in foldXorOfICmps() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | GuardWidening.cpp | 511 ConstantInt *RHS0, *RHS1; in widenCondCommon() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.cpp | 793 SDValue RHS1 = DAG.getNode(ISD::EXTRACT_ELEMENT, DL, MVT::i16, RHS_0, in getAVRCmp() local
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 6989 const Value *RHS1, *RHS2; in isImpliedCondition() local
|
H A D | InstructionSimplify.cpp | 1966 Value *RHS0 = RHS->getOperand(0), *RHS1 = RHS->getOperand(1); in simplifyAndOrOfFCmps() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 5666 SDValue RHS1, RHS2; in OptimizeVFPBrcond() local 12078 Register RHS1 = MI.getOperand(3).getReg(); in EmitInstrWithCustomInserter() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 24604 SDValue RHS1, RHS2; in splitIntVSETCC() local 48230 SDValue RHS1 = RHS.getOperand(1); in combineVectorHADDSUB() local
|