Home
last modified time | relevance | path

Searched defs:And (Results 1 – 21 of 21) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
DOperatorPrecedence.h36 And = 8, // & enumerator
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
DAPSInt.h215 APSInt LLVM_ATTRIBUTE_UNUSED_RESULT And(const APSInt& RHS) const { in And() function
DAPInt.h768 APInt LLVM_ATTRIBUTE_UNUSED_RESULT And(const APInt &RHS) const { in And() function
1840 inline APInt And(const APInt &LHS, const APInt &RHS) { return LHS & RHS; } in And() function
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp144 Value *And = Builder->CreateAnd(X, AndRHS); in OptAndOp() local
164 Value *And = Builder->CreateAnd(X, Together); in OptAndOp() local
1718 Value *And = Builder->CreateAnd(LHS->getOperand(0), NegCst); in FoldOrOfICmps() local
2117 Value *And = Builder->CreateAnd(Op0NotVal, Op1NotVal, in visitOr() local
DInstCombineShifts.cpp394 Value *And = Builder->CreateAnd(NSh, in FoldShiftByConstant() local
DInstCombineCompares.cpp1045 Value *And = Builder->CreateAnd(Shr->getOperand(0), in FoldICmpShrCst() local
1465 Value *And = in visitICmpInstWithInstAndIntCst() local
1489 Value *And = in visitICmpInstWithInstAndIntCst() local
DInstCombineSimplifyDemanded.cpp338 Instruction *And = BinaryOperator::CreateAnd(I->getOperand(0), AndC); in SimplifyDemandedUseBits() local
DInstCombineCasts.cpp825 Value *And = Builder->CreateAnd(A, AndConst, CSrc->getName()+".mask"); in visitZExt() local
875 if (BinaryOperator *And = dyn_cast<BinaryOperator>(SrcI->getOperand(0))) in visitZExt() local
DInstCombineSelect.cpp546 Value *And = Builder->CreateAnd(AShr, C2->getValue()-C1->getValue()); in visitSelectInstWithICmp() local
/freebsd-10-stable/usr.bin/make/
Dcond.c99 And, enumerator
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp799 SDValue And = DAG.getNode(ISD::AND, DL, VT, Srl, NewMask); in FoldMaskAndShiftToExtract() local
1064 SDValue And = N.getOperand(0); in MatchAddressRecursively() local
DX86ISelLowering.cpp9019 SDValue And = DAG.getNode(ISD::AND, DL, InVT, OneV, In); in LowerTRUNCATE() local
9703 SDValue X86TargetLowering::LowerToBT(SDValue And, ISD::CondCode CC, in LowerToBT()
10202 SDValue And = DAG.getNode(X86ISD::FAND, DL, VT, Cmp, Op1); in LowerSELECT() local
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
DMCExpr.h360 And, ///< Bitwise and. enumerator
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp719 if (LogicOp And = interpretAndImmediate(Opcode)) { in convertToThreeAddress() local
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2353 SDValue And = DAG.getNode(ISD::AND, dl, MVT::i64, Op0, AndConst); in ExpandLegalINT_TO_FP() local
2370 SDValue And = DAG.getNode(ISD::AND, dl, MVT::i64, Op0, in ExpandLegalINT_TO_FP() local
DTargetLowering.cpp1191 SDValue And = DAG.getNode(ISD::AND, dl, CTVT, CTOp, Sub); in SimplifySetCC() local
DDAGCombiner.cpp4626 SDValue And = DAG.getNode(N0.getOpcode(), SDLoc(N), VT, in visitSIGN_EXTEND() local
4892 SDValue And = DAG.getNode(N0.getOpcode(), SDLoc(N), VT, in visitZERO_EXTEND() local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DItaniumCXXABI.cpp652 llvm::Instruction::BinaryOps And, Or; in EmitMemberPointerComparison() local
DMicrosoftCXXABI.cpp1476 llvm::Instruction::BinaryOps And, Or; in EmitMemberPointerComparison() local
DCGExprScalar.cpp2881 Value *And = Builder.CreateAnd(LHS, RHS); in VisitBinLAnd() local
DTargetInfo.cpp5029 llvm::Value *And = CGF.Builder.CreateAnd(Add, Mask); in EmitVAArg() local