Home
last modified time | relevance | path

Searched defs:AndC (Results 1 – 9 of 9) sorted by relevance

/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp325 Constant *AndC = Constant::getIntegerValue(VTy, SimplifyDemandedUseBits() local
358 Constant *AndC = ConstantInt::get(VTy, NewMask & AndRHS->getValue()); SimplifyDemandedUseBits() local
H A DInstCombineAddSub.cpp2580 const APInt *AddC, *AndC; visitSub() local
H A DInstCombineAndOrXor.cpp3359 const APInt *AndC, *SmallC = nullptr, *BigC = nullptr; foldAndOrOfICmps() local
/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6884 auto *AndC = dyn_cast<ConstantInt>(I->getOperand(1)); optimizeLoadExt() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6431 isAndLoadExtLoad(ConstantSDNode * AndC,LoadSDNode * LoadN,EVT LoadResultTy,EVT & ExtVT) isAndLoadExtLoad() argument
13980 auto *AndC = cast<ConstantSDNode>(N0.getOperand(1)); visitZERO_EXTEND() local
14449 auto AndC = dyn_cast<ConstantSDNode>(N->getOperand(1)); reduceLoadWidth() local
[all...]
H A DTargetLowering.cpp3996 auto *AndC = dyn_cast<ConstantSDNode>(N0.getOperand(1)); foldSetCCWithAnd() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp30594 const APInt *AndC; FindSingleBitChange() local
48145 auto *AndC = dyn_cast<ConstantSDNode>(N0.getOperand(1)); combineShiftRightLogical() local
49781 const APInt &AndC = N1C->getAPIntValue(); combineAnd() local
[all...]
/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp18130 const APInt *AndC = isPowerOf2Constant(And->getOperand(1)); PerformCMOVToBFICombine() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp23308 ConstantSDNode *AndC = dyn_cast<ConstantSDNode>(AndNode->getOperand(1)); performSubsToAndsCombine() local
[all...]