Home
last modified time | relevance | path

Searched defs:IsAnd (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DOverflowInstAnalysis.cpp22 bool llvm::isCheckForZeroAndMulWithOverflow(Value *Op0, Value *Op1, bool IsAnd, in isCheckForZeroAndMulWithOverflow()
69 bool IsAnd) { in isCheckForZeroAndMulWithOverflow()
H A DInstructionSimplify.cpp1430 ICmpInst *UnsignedICmp, bool IsAnd, in simplifyUnsignedRangeCheck()
1592 bool IsAnd) { in simplifyAndOrOfICmpsWithConstants()
1629 bool IsAnd) { in simplifyAndOrOfICmpsWithZero()
1714 bool IsAnd) { in simplifyAndOrOfICmpsWithLimitConst()
1878 FCmpInst *LHS, FCmpInst *RHS, bool IsAnd) { in simplifyAndOrOfFCmps()
1916 Value *Op0, Value *Op1, bool IsAnd) { in simplifyAndOrOfCmps()
H A DLazyValueInfo.cpp1170 bool IsAnd; in getValueFromConditionImpl() local
H A DScalarEvolution.cpp7699 bool IsAnd = false; in computeExitLimitFromCondFromBinOp() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp398 ICmpInst *LHS, ICmpInst *RHS, bool IsAnd, Value *A, Value *B, Value *C, in foldLogOpOfMaskedICmps_NotAllZeros_BMask_Mixed()
519 ICmpInst *LHS, ICmpInst *RHS, bool IsAnd, Value *A, Value *B, Value *C, in foldLogOpOfMaskedICmpsAsymmetric()
551 static Value *foldLogOpOfMaskedICmps(ICmpInst *LHS, ICmpInst *RHS, bool IsAnd, in foldLogOpOfMaskedICmps()
802 bool IsAnd, in foldAndOrOfICmpsOfAndWithPow2()
994 ICmpInst *UnsignedICmp, bool IsAnd, in foldUnsignedUnderflowCheck()
1116 static Value *foldEqOfParts(ICmpInst *Cmp0, ICmpInst *Cmp1, bool IsAnd, in foldEqOfParts()
1166 bool IsAnd = Logic.getOpcode() == Instruction::And; in foldAndOrOfICmpsWithConstEq() local
1432 bool IsAnd) { in foldLogicOfFCmps()
H A DInstCombineSelect.cpp2586 bool IsAnd) { in foldAndOrOfSelectUsingImpliedCond()
2723 bool IsAnd = match(FalseVal, m_Zero()) ? true : false; in visitSelectInst() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9556 bool IsAnd = And.getOpcode() == ISD::AND; in tryLowerToSLI() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4946 SDValue DAGCombiner::foldLogicOfSetCCs(bool IsAnd, SDValue N0, SDValue N1, in foldLogicOfSetCCs()