Searched defs:C2 (Results 76 - 85 of 85) sorted by relevance

1234

/openbsd-current/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp529 Constant *C1, *C2, *CRes; local
[all...]
H A DInstCombineAndOrXor.cpp1146 const APInt *C1, *C2; local
1902 const APInt *C, *C2; local
2149 Constant *C1, *C2; local
2584 areInverseVectorBitmasks(Constant *C1, Constant *C2) argument
3066 const APInt *C2, *C3; local
3523 const APInt *C1, *C2; local
4090 Constant *C2; local
4187 ConstantInt *C1, *C2, *C3; local
[all...]
H A DInstCombineCalls.cpp1807 const APFloat *C1, *C2; local
[all...]
H A DInstCombineCompares.cpp324 Value *C2 = Builder.CreateICmpEQ(Idx, SecondTrueIdx); local
345 Value *C2 = Builder.CreateICmpNE(Idx, SecondFalseIdx); local
1606 foldICmpAndShift(ICmpInst &Cmp, BinaryOperator *And, const APInt &C1, const APInt &C2) argument
1704 const APInt *C2; local
2420 const APInt *C2; local
2476 const APInt *C2; local
2643 const APInt *C2; local
2716 const APInt *C2; local
4060 Constant *C2 = ConstantExpr::getNot(C); local
4067 Constant *C2 = ConstantExpr::getNot(C); local
4577 ConstantInt *C1, *C2; local
5632 APInt C2 = Op0KnownZeroInverted; local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1920 SDValue C2 = DAG.getSelectCC(DL, Sub1_Lo, RHS_Lo, MinusOne, Zero, local
2250 SDValue C2 = DAG.getConstantFP(C2Val, SL, MVT::f64); local
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1489 SDValue C2 = Op.getOperand(1 - I).getOperand(1); local
[all...]
H A DDAGCombiner.cpp9106 SDNode *C2 = DAG.isConstantIntBuildVectorOrConstantInt(N0.getOperand(1)); local
10464 SDValue C2 = N->getOperand(2); local
10527 auto *C2 = dyn_cast<ConstantSDNode>(N2); local
11263 const APInt &C2 = cast<ConstantSDNode>(N2Elt)->getAPIntValue(); local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp10658 auto *C2 = dyn_cast<ConstantSDNode>(N->getOperand(1)); local
14078 const APInt &C2 = C2Node->getAPIntValue(); local
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp13820 auto *C2 = dyn_cast<ConstantSDNode>(SHL.getOperand(1)); local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12020 uint64_t C2 = C2node->getZExtValue(); local
14999 auto *C2 = dyn_cast<ConstantSDNode>(N->getOperand(1)); local
[all...]

Completed in 439 milliseconds

1234