Home
last modified time | relevance | path

Searched defs:ConstOp1 (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAdjustOpt.cpp111 auto ConstOp1 = dyn_cast<ConstantInt>(Icmp->getOperand(1)); in adjustICmpToBuiltin() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2447 auto *ConstOp1 = dyn_cast<ConstantSDNode>(C.Op1.getNode()); adjustZeroCmp() local
2481 auto *ConstOp1 = cast<ConstantSDNode>(C.Op1); adjustSubwordCmp() local
2576 auto *ConstOp1 = dyn_cast<ConstantSDNode>(C.Op1); shouldSwapCmpOperands() local
2849 auto *ConstOp1 = dyn_cast<ConstantSDNode>(C.Op1); adjustForTestUnderMask() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1938 bool ConstOp1 = isa<Constant>(RHS); foldVectorBinop() local