Home
last modified time | relevance | path

Searched defs:LHS (Results 26 – 50 of 389) sorted by relevance

12345678910>>...16

/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DUndefResultChecker.cpp70 const llvm::APSInt *LHS = SB.getKnownValue(State, C.getSVal(B->getLHS())); in isLeftShiftResultUnrepresentable() local
158 const llvm::APSInt *LHS = in checkPostStmt() local
H A DIteratorRangeChecker.cpp223 SVal LHS, SVal RHS) const { in verifyRandomIncrOrDecr()
263 void IteratorRangeChecker::verifyAdvance(CheckerContext &C, SVal LHS, in verifyAdvance()
268 void IteratorRangeChecker::verifyPrev(CheckerContext &C, SVal LHS, in verifyPrev()
273 void IteratorRangeChecker::verifyNext(CheckerContext &C, SVal LHS, in verifyNext()
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp132 std::unique_ptr<ExprAST> LHS, RHS; member in __anon22828ce00111::BinaryExprAST
135 BinaryExprAST(char Op, std::unique_ptr<ExprAST> LHS, in BinaryExprAST()
300 std::unique_ptr<ExprAST> LHS) { in ParseBinOpRHS()
338 auto LHS = ParsePrimary(); in ParseExpression() local
/netbsd/external/gpl3/gdb/dist/sim/ppc/
H A Didecode_expression.h262 #define _DO_CR_COMPARE(LHS, RHS) \ argument
279 #define CR_COMPARE(REG, LHS, RHS) \ argument
287 #define CR0_COMPARE(LHS, RHS, Rc) \ argument
/netbsd/external/gpl3/gdb.old/dist/sim/ppc/
H A Didecode_expression.h262 #define _DO_CR_COMPARE(LHS, RHS) \ argument
279 #define CR_COMPARE(REG, LHS, RHS) \ argument
287 #define CR0_COMPARE(LHS, RHS, Rc) \ argument
/netbsd/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DInterp.h102 bool AddSubMulHelper(InterpState &S, CodePtr OpPC, unsigned Bits, const T &LHS, in AddSubMulHelper()
134 const T &LHS = S.Stk.pop<T>(); in Add() local
142 const T &LHS = S.Stk.pop<T>(); in Sub() local
150 const T &LHS = S.Stk.pop<T>(); in Mul() local
165 const T &LHS = S.Stk.pop<T>(); in CmpHelper() local
179 const Pointer &LHS = S.Stk.pop<Pointer>(); variable
197 const Pointer &LHS = S.Stk.pop<Pointer>(); variable
266 const T LHS = S.Stk.pop<T>(); in InRange() local
898 const auto &LHS = S.Stk.pop<typename PrimConv<TL>::T>(); in Shr() local
913 const auto &LHS = S.Stk.pop<typename PrimConv<TL>::T>(); in Shl() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp75 Value *LHS = I.getOperand(0), *RHS = I.getOperand(1); in visitBinaryOperator() local
173 Value *LHS = I.getOperand(0), *RHS = I.getOperand(1); in visitCmpInst() local
H A DDemandedBits.cpp497 const KnownBits &LHS, in determineLiveOperandBitsAddCarry()
558 const KnownBits &LHS, in determineLiveOperandBitsAdd()
566 const KnownBits &LHS, in determineLiveOperandBitsSub()
H A DInstructionSimplify.cpp130 static bool isSameCompare(Value *V, CmpInst::Predicate Pred, Value *LHS, in isSameCompare()
148 static Value *simplifyCmpSelCase(CmpInst::Predicate Pred, Value *LHS, in simplifyCmpSelCase()
165 static Value *simplifyCmpSelTrueCase(CmpInst::Predicate Pred, Value *LHS, in simplifyCmpSelTrueCase()
290 Value *LHS, Value *RHS, in SimplifyAssociativeBinOp()
467 static Value *ThreadCmpOverSelect(CmpInst::Predicate Pred, Value *LHS, in ThreadCmpOverSelect()
2376 Value *LHS, Value *RHS) { in ExtractEquivalentCondition()
2421 computePointerICmp(CmpInst::Predicate Pred, Value *LHS, Value *RHS, in computePointerICmp()
5093 static Value *SimplifyBinOp(unsigned Opcode, Value *LHS, Value *RHS, in SimplifyBinOp()
5140 static Value *SimplifyBinOp(unsigned Opcode, Value *LHS, Value *RHS, in SimplifyBinOp()
5157 Value *llvm::SimplifyBinOp(unsigned Opcode, Value *LHS, Value *RHS, in SimplifyBinOp()
[all …]
H A DScalarEvolution.cpp863 const SCEV *&LHS = Ops[0], *&RHS = Ops[1]; in GroupByComplexity() local
1774 const SCEV *LHS; in getZeroExtendExpr() local
3093 const SCEV *ScalarEvolution::getURemExpr(const SCEV *LHS, in getURemExpr()
3122 const SCEV *ScalarEvolution::getUDivExpr(const SCEV *LHS, in getUDivExpr()
4566 Value *LHS; member
5447 Value *LHS = ICI->getOperand(0); in createNodeForSelectOrPHI() local
6540 const SCEV *LHS = getSCEV(BO->LHS); in createSCEV() local
6629 const SCEV *LHS = getSCEV(BO->LHS); in createSCEV() local
6664 const SCEV *LHS = getSCEV(BO->LHS); in createSCEV() local
7805 const SCEV *LHS = getSCEV(ExitCond->getOperand(0)); in computeExitLimitFromICmp() local
[all …]
H A DCmpInstAnalysis.cpp66 bool llvm::decomposeBitTestICmp(Value *LHS, Value *RHS, in decomposeBitTestICmp()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineModuleInfoImpls.cpp30 static int SortSymbolPair(const PairTy *LHS, const PairTy *RHS) { in SortSymbolPair()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp405 Value *LHS = I->getOperand(0), *RHS = I->getOperand(1); in allocateCandidatesAndFindBasisForAdd() local
412 Value *LHS, Value *RHS, Instruction *I) { in allocateCandidatesAndFindBasisForAdd()
444 Value *LHS, Value *RHS, Instruction *I) { in allocateCandidatesAndFindBasisForMul()
473 Value *LHS = I->getOperand(0), *RHS = I->getOperand(1); in allocateCandidatesAndFindBasisForMul() local
502 Value *LHS = nullptr; in factorArrayIndex() local
H A DEarlyCSE.cpp214 Value *LHS = BinOp->getOperand(0); in getHashValueImpl() local
227 Value *LHS = CI->getOperand(0); in getHashValueImpl() local
297 Value *LHS = II->getArgOperand(0), *RHS = II->getArgOperand(1); in getHashValueImpl() local
328 static bool isEqualImpl(SimpleValue LHS, SimpleValue RHS) { in isEqualImpl()
428 bool DenseMapInfo<SimpleValue>::isEqual(SimpleValue LHS, SimpleValue RHS) { in isEqual()
497 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) { in isEqual()
1057 Value *&RHS) { in handleBranchCondition()
1094 Value *LHS, *RHS; in handleBranchCondition() local
/netbsd/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1837 LLVMValueRef llvm_build_add(LLVMValueRef LHS, LLVMValueRef RHS, value Name, in llvm_build_add()
1855 LLVMValueRef llvm_build_fadd(LLVMValueRef LHS, LLVMValueRef RHS, value Name, in llvm_build_fadd()
1861 LLVMValueRef llvm_build_sub(LLVMValueRef LHS, LLVMValueRef RHS, value Name, in llvm_build_sub()
1879 LLVMValueRef llvm_build_fsub(LLVMValueRef LHS, LLVMValueRef RHS, value Name, in llvm_build_fsub()
1885 LLVMValueRef llvm_build_mul(LLVMValueRef LHS, LLVMValueRef RHS, value Name, in llvm_build_mul()
1903 LLVMValueRef llvm_build_fmul(LLVMValueRef LHS, LLVMValueRef RHS, value Name, in llvm_build_fmul()
1921 LLVMValueRef llvm_build_exact_sdiv(LLVMValueRef LHS, LLVMValueRef RHS, in llvm_build_exact_sdiv()
1951 LLVMValueRef llvm_build_shl(LLVMValueRef LHS, LLVMValueRef RHS, value Name, in llvm_build_shl()
1969 LLVMValueRef llvm_build_and(LLVMValueRef LHS, LLVMValueRef RHS, value Name, in llvm_build_and()
1975 LLVMValueRef llvm_build_or(LLVMValueRef LHS, LLVMValueRef RHS, value Name, in llvm_build_or()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp142 std::unique_ptr<ExprAST> LHS, RHS; member in __anon96fefde10111::BinaryExprAST
145 BinaryExprAST(char Op, std::unique_ptr<ExprAST> LHS, in BinaryExprAST()
310 std::unique_ptr<ExprAST> LHS) { in ParseBinOpRHS()
348 auto LHS = ParsePrimary(); in ParseExpression() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp67 static Value *getFCmpValue(unsigned Code, Value *LHS, Value *RHS, in getFCmpValue()
268 Value *&D, Value *&E, ICmpInst *LHS, in getMaskedTypeForICmpPair()
743 foldAndOrOfEqualityCmpsWithConstants(ICmpInst *LHS, ICmpInst *RHS, in foldAndOrOfEqualityCmpsWithConstants()
799 Value *InstCombinerImpl::foldAndOrOfICmpsOfAndWithPow2(ICmpInst *LHS, in foldAndOrOfICmpsOfAndWithPow2()
2028 ICmpInst *LHS = dyn_cast<ICmpInst>(Op0); in visitAnd() local
2054 if (FCmpInst *LHS = dyn_cast<FCmpInst>(I.getOperand(0))) in visitAnd() local
2839 ICmpInst *LHS = dyn_cast<ICmpInst>(Op0); in visitOr() local
2866 if (FCmpInst *LHS = dyn_cast<FCmpInst>(I.getOperand(0))) in visitOr() local
3168 Value *LHS = Builder.CreateAnd(X, C); in visitMaskedMerge() local
3567 if (auto *LHS = dyn_cast<ICmpInst>(I.getOperand(0))) in visitXor() local
[all …]
/netbsd/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_handlers.cc111 static void handleIntegerOverflowImpl(OverflowData *Data, ValueHandle LHS, in handleIntegerOverflowImpl()
188 static void handleDivremOverflowImpl(OverflowData *Data, ValueHandle LHS, in handleDivremOverflowImpl()
220 ValueHandle LHS, ValueHandle RHS) { in __ubsan_handle_divrem_overflow()
225 ValueHandle LHS, in __ubsan_handle_divrem_overflow_abort()
233 ValueHandle LHS, ValueHandle RHS, in handleShiftOutOfBoundsImpl()
269 ValueHandle LHS, in __ubsan_handle_shift_out_of_bounds()
276 ValueHandle LHS, in __ubsan_handle_shift_out_of_bounds_abort()
/netbsd/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_handlers.cc109 static void handleIntegerOverflowImpl(OverflowData *Data, ValueHandle LHS, in handleIntegerOverflowImpl()
184 static void handleDivremOverflowImpl(OverflowData *Data, ValueHandle LHS, in handleDivremOverflowImpl()
216 ValueHandle LHS, ValueHandle RHS) { in __ubsan_handle_divrem_overflow()
221 ValueHandle LHS, in __ubsan_handle_divrem_overflow_abort()
229 ValueHandle LHS, ValueHandle RHS, in handleShiftOutOfBoundsImpl()
265 ValueHandle LHS, in __ubsan_handle_shift_out_of_bounds()
272 ValueHandle LHS, in __ubsan_handle_shift_out_of_bounds_abort()
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_handlers.cc109 static void handleIntegerOverflowImpl(OverflowData *Data, ValueHandle LHS, in handleIntegerOverflowImpl()
184 static void handleDivremOverflowImpl(OverflowData *Data, ValueHandle LHS, in handleDivremOverflowImpl()
216 ValueHandle LHS, ValueHandle RHS) { in __ubsan_handle_divrem_overflow()
221 ValueHandle LHS, in __ubsan_handle_divrem_overflow_abort()
229 ValueHandle LHS, ValueHandle RHS, in handleShiftOutOfBoundsImpl()
265 ValueHandle LHS, in __ubsan_handle_shift_out_of_bounds()
272 ValueHandle LHS, in __ubsan_handle_shift_out_of_bounds_abort()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86PartialReduction.cpp82 Value *LHS = Mul->getOperand(0); in tryMAddReplacement() local
185 Value *LHS, *RHS; in trySADReplacement() local
330 Value *LHS = BO->getOperand(0); in matchAddReduction() local
/netbsd/external/bsd/libbind/dist/irs/
H A Dhesiod_p.h39 char * LHS; /*%< normally ".ns" */ member
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DDebugFrameDataSubsection.cpp50 llvm::sort(SortedFrames, [](const FrameData &LHS, const FrameData &RHS) { in commit()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPPConditionalDirectiveRecord.h79 bool areInDifferentConditionalDirectiveRegion(SourceLocation LHS, in areInDifferentConditionalDirectiveRegion()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp156 RangeSet RangeSet::Factory::add(RangeSet LHS, RangeSet RHS) { in add()
318 RangeSet RangeSet::Factory::intersect(const RangeSet::ContainerType &LHS, in intersect()
401 RangeSet RangeSet::Factory::intersect(RangeSet LHS, RangeSet RHS) { in intersect()
410 RangeSet RangeSet::Factory::intersect(RangeSet LHS, llvm::APSInt Point) { in intersect()
948 RangeSet VisitBinaryOperator(RangeSet LHS, BinaryOperator::Opcode Op, in VisitBinaryOperator()
989 RangeSet VisitBinaryOperator(RangeSet LHS, RangeSet RHS, QualType T) { in VisitBinaryOperator()
1016 RangeSet VisitBinaryOperator(Range LHS, Range RHS, QualType T) { in VisitBinaryOperator()
1116 const SymExpr *LHS = SSE->getLHS(); in getRangeForComparisonSymbol() local
1271 RangeSet SymbolicRangeInferrer::VisitBinaryOperator<BO_And>(Range LHS, in VisitBinaryOperator()
1317 RangeSet SymbolicRangeInferrer::VisitBinaryOperator<BO_Rem>(Range LHS, in VisitBinaryOperator()
[all …]

12345678910>>...16