Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/ast/
Dbinary_expression.h65 bool IsAnd() const { return op == BinaryOp::kAnd; } in IsAnd() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp442 ICmpInst *LHS, ICmpInst *RHS, bool IsAnd, in foldLogOpOfMaskedICmps_NotAllZeros_BMask_Mixed()
572 ICmpInst *LHS, ICmpInst *RHS, bool IsAnd, in foldLogOpOfMaskedICmpsAsymmetric()
606 static Value *foldLogOpOfMaskedICmps(ICmpInst *LHS, ICmpInst *RHS, bool IsAnd, in foldLogOpOfMaskedICmps()
1055 ICmpInst *UnsignedICmp, bool IsAnd, in foldUnsignedUnderflowCheck()
1360 Value *InstCombiner::foldLogicOfFCmps(FCmpInst *LHS, FCmpInst *RHS, bool IsAnd) { in foldLogicOfFCmps()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionSimplify.cpp1415 ICmpInst *UnsignedICmp, bool IsAnd, in simplifyUnsignedRangeCheck()
1578 bool IsAnd) { in simplifyAndOrOfICmpsWithConstants()
1615 bool IsAnd) { in simplifyAndOrOfICmpsWithZero()
1798 FCmpInst *LHS, FCmpInst *RHS, bool IsAnd) { in simplifyAndOrOfFCmps()
1836 Value *Op0, Value *Op1, bool IsAnd) { in simplifyAndOrOfCmps()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4523 SDValue DAGCombiner::foldLogicOfSetCCs(bool IsAnd, SDValue N0, SDValue N1, in foldLogicOfSetCCs()