Searched defs:NewAnd (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 1328 Value *NewAnd = in visitICmpInstWithInstAndIntCst() local 1344 Value *NewAnd = in visitICmpInstWithInstAndIntCst() local 1449 Value *NewAnd = in visitICmpInstWithInstAndIntCst() local 1489 Value *NewAnd = Builder->CreateAnd(X, NewOr, LHSI->getName()); in visitICmpInstWithInstAndIntCst() local
|
D | InstCombineSimplifyDemanded.cpp | 394 Instruction *NewAnd = BinaryOperator::CreateAnd(I->getOperand(0), AndC); in SimplifyDemandedUseBits() local
|
D | InstCombineAndOrXor.cpp | 225 Value *NewAnd = Builder->CreateAnd(X, AndRHS); in OptAndOp() local 958 Value *NewAnd = Builder->CreateAnd(V, Low | AndCst->getValue()); in FoldAndOfICmps() local 1868 Value *NewAnd = Builder->CreateAnd(LAddOpnd, MaskCst); in FoldOrOfICmps() local
|
D | InstCombineAddSub.cpp | 1019 Value *NewAnd = Builder->CreateAnd(Z, *C1); in checkForNegativeOperand() local
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 4427 auto *NewAnd = dyn_cast<Instruction>( in optimizeLoadExt() local 5324 BinaryOperator *NewAnd = in sinkAndCmp() local
|
/external/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 982 SDValue NewAnd = DAG.getNode(ISD::AND, DL, VT, X, NewMask); in foldMaskedShiftToScaledMask() local
|
D | X86ISelLowering.cpp | 27420 SDValue NewAnd = DAG.getNode(ISD::AND, DL, IntVT, in performVectorCompareAndMaskUnaryOpCombine() local
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 7513 SDValue NewAnd = DAG.getNode(ISD::AND, DL, IntVT, in performVectorCompareAndMaskUnaryOpCombine() local
|