Searched defs:IsAnd (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | OverflowInstAnalysis.cpp | 22 bool llvm::isCheckForZeroAndMulWithOverflow(Value *Op0, Value *Op1, bool IsAnd, in isCheckForZeroAndMulWithOverflow() 69 bool IsAnd) { in isCheckForZeroAndMulWithOverflow()
|
H A D | InstructionSimplify.cpp | 1430 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 D | LazyValueInfo.cpp | 1170 bool IsAnd; in getValueFromConditionImpl() local
|
H A D | ScalarEvolution.cpp | 7699 bool IsAnd = false; in computeExitLimitFromCondFromBinOp() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 398 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 D | InstCombineSelect.cpp | 2586 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 D | AArch64ISelLowering.cpp | 9556 bool IsAnd = And.getOpcode() == ISD::AND; in tryLowerToSLI() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 4946 SDValue DAGCombiner::foldLogicOfSetCCs(bool IsAnd, SDValue N0, SDValue N1, in foldLogicOfSetCCs()
|