Searched refs:AVal (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Metadata.cpp | 971 APFloat AVal = mdconst::extract<ConstantFP>(A->getOperand(0))->getValueAPF(); in getMostGenericFPMath() local 973 if (AVal < BVal) in getMostGenericFPMath() 1091 ConstantInt *AVal = mdconst::extract<ConstantInt>(A->getOperand(0)); in getMostGenericAlignmentOrDereferenceable() local 1093 if (AVal->getZExtValue() < BVal->getZExtValue()) in getMostGenericAlignmentOrDereferenceable()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 5831 SDValue PVal, AVal, KVal, QVal; in prepareSREMEqFold() local 5848 AVal = DAG.getBuildVector(VT, DL, AAmts); in prepareSREMEqFold() 5857 AVal = DAG.getSplatVector(VT, DL, AAmts[0]); in prepareSREMEqFold() 5863 AVal = AAmts[0]; in prepareSREMEqFold() 5878 Op0 = DAG.getNode(ISD::ADD, DL, VT, Op0, AVal); in prepareSREMEqFold()
|