Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp330 Constant *AndC = Constant::getIntegerValue(VTy, SimplifyDemandedUseBits() local
363 Constant *AndC = ConstantInt::get(VTy, NewMask & AndRHS->getValue()); SimplifyDemandedUseBits() local
H A DInstCombineAddSub.cpp2574 const APInt *AddC, *AndC; visitSub() local
H A DInstCombineAndOrXor.cpp3276 const APInt *AndC, *SmallC = nullptr, *BigC = nullptr; foldAndOrOfICmps() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6770 auto *AndC = dyn_cast<ConstantInt>(I->getOperand(1)); optimizeLoadExt() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6413 isAndLoadExtLoad(ConstantSDNode * AndC,LoadSDNode * LoadN,EVT LoadResultTy,EVT & ExtVT) isAndLoadExtLoad() argument
13778 auto *AndC = cast<ConstantSDNode>(N0.getOperand(1)); visitZERO_EXTEND() local
14231 auto AndC = dyn_cast<ConstantSDNode>(N->getOperand(1)); reduceLoadWidth() local
[all...]
H A DTargetLowering.cpp3942 auto *AndC = dyn_cast<ConstantSDNode>(N0.getOperand(1)); foldSetCCWithAnd() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp30238 const APInt *AndC; FindSingleBitChange() local
47115 auto *AndC = dyn_cast<ConstantSDNode>(N0.getOperand(1)); combineShiftRightLogical() local
48612 const APInt &AndC = N1C->getAPIntValue(); combineAnd() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp18092 const APInt *AndC = isPowerOf2Constant(And->getOperand(1)); PerformCMOVToBFICombine() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp22088 ConstantSDNode *AndC = dyn_cast<ConstantSDNode>(AndNode->getOperand(1)); performSubsToAndsCombine() local
[all...]