Searched refs:AVal (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Metadata.cpp | 1068 APFloat AVal = mdconst::extract<ConstantFP>(A->getOperand(0))->getValueAPF(); in getMostGenericFPMath() local 1070 if (AVal < BVal) in getMostGenericFPMath() 1188 ConstantInt *AVal = mdconst::extract<ConstantInt>(A->getOperand(0)); in getMostGenericAlignmentOrDereferenceable() local 1190 if (AVal->getZExtValue() < BVal->getZExtValue()) in getMostGenericAlignmentOrDereferenceable()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 6617 SDValue PVal, AVal, KVal, QVal; in prepareSREMEqFold() local 6634 AVal = DAG.getBuildVector(VT, DL, AAmts); in prepareSREMEqFold() 6643 AVal = DAG.getSplatVector(VT, DL, AAmts[0]); in prepareSREMEqFold() 6649 AVal = AAmts[0]; in prepareSREMEqFold() 6664 Op0 = DAG.getNode(ISD::ADD, DL, VT, Op0, AVal); in prepareSREMEqFold()
|