Searched refs:AndInst (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp872 MachineInstr &AndInst = local
877 constrainSelectedInstRegOperands(AndInst, TII, TRI, RBI);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1214 MachineInstr *AndInst, int64_t CmpConstant, const CmpInst::Predicate &Pred,
1233 if (!AndInst || AndInst->getOpcode() != TargetOpcode::G_AND)
1253 getConstantVRegValWithLookThrough(AndInst->getOperand(2).getReg(), MRI);
1258 Register TestReg = AndInst->getOperand(1).getReg();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3991 const auto *AndInst = dyn_cast<const Instruction>(*ExtInst->user_begin()); local
3992 if (AndInst && AndInst->getOpcode() == Instruction::And) {
3993 const auto *Cst = dyn_cast<ConstantInt>(AndInst->getOperand(1));

Completed in 146 milliseconds