Home
last modified time | relevance | path

Searched refs:And2 (Results 1 – 8 of 8) sorted by relevance

/external/antlr/runtime/ObjC/Framework/
DANTLRBitSet.h56 + (ANTLRBitSet *) of:(NSUInteger)a And2:(NSUInteger)b;
57 + (ANTLRBitSet *) of:(NSUInteger)a And2:(NSUInteger)b And3:(NSUInteger)c;
58 + (ANTLRBitSet *) of:(NSUInteger)a And2:(NSUInteger)b And3:(NSUInteger)c And4:(NSUInteger)d;
DANTLRBitSet.m68 + (ANTLRBitSet *) of:(NSUInteger) a And2:(NSUInteger) b
77 + (ANTLRBitSet *) of:(NSUInteger)a And2:(NSUInteger)b And3:(NSUInteger)c
88 + (ANTLRBitSet *) of:(NSUInteger)a And2:(NSUInteger)b And3:(NSUInteger)c And4:(NSUInteger)d
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2413 Value *And2 = Builder->CreateAnd(BO1->getOperand(0), Mask); in visitICmpInst() local
2414 return new ICmpInst(I.getPredicate(), And1, And2); in visitICmpInst()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp4046 Value *And2 = Builder->CreateAnd(BO1->getOperand(0), Mask); in visitICmpInst() local
4047 return new ICmpInst(I.getPredicate(), And1, And2); in visitICmpInst()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2575 SDValue And2 = DAG.getNode(ISD::AND, dl, MVT::i64, Op0, in ExpandLegalINT_TO_FP() local
2578 And2, DAG.getConstant(UINT64_C(0), MVT::i64), ISD::SETNE); in ExpandLegalINT_TO_FP()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp3319 Value *And2 = Builder.CreateAnd(BO1->getOperand(0), Mask); in foldICmpBinOp() local
3320 return new ICmpInst(Pred, And1, And2); in foldICmpBinOp()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2391 SDValue And2 = DAG.getNode(ISD::AND, dl, MVT::i64, Op0, in ExpandLegalINT_TO_FP() local
2393 SDValue Ne = DAG.getSetCC(dl, getSetCCResultType(MVT::i64), And2, in ExpandLegalINT_TO_FP()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2425 SDValue And2 = DAG.getNode(ISD::AND, dl, MVT::i64, Op0, in ExpandLegalINT_TO_FP() local
2427 SDValue Ne = DAG.getSetCC(dl, getSetCCResultType(MVT::i64), And2, in ExpandLegalINT_TO_FP()