Searched defs:Den (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCodeGenPrepare.cpp | 638 static Value *optimizeWithRcp(Value *Num, Value *Den, bool AllowInaccurateRcp, in optimizeWithRcp() 697 static Value *optimizeWithFDivFast(Value *Num, Value *Den, float ReqdAccuracy, in optimizeWithFDivFast() 769 Value *Den = FDiv.getOperand(1); in visitFDiv() local 837 Value *Num, Value *Den, in getDivNumBits() 859 Value *Num, Value *Den, in expandDivRem24() 869 Value *Num, Value *Den, in expandDivRem24Impl() 1209 Value *Den = I.getOperand(1); in visitBinaryOperator() local
|
H A D | AMDGPULegalizerInfo.cpp | 3000 Register Den = MI.getOperand(2).getReg(); in legalizeUDIV_UREM() local
|
/netbsd-src/external/lgpl3/mpfr/dist/src/ |
H A D | strtofr.c | 537 unsigned int Den = RedInvLog2Table[pstr->base-2][1]; in parsed_string_to_mpfr() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.cpp | 4528 const SDValue &Den = N->getOperand(1); in PerformREMCombine() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ExprConstant.cpp | 14229 APSInt Den = RHS.getComplexIntReal() * RHS.getComplexIntReal() + in VisitBinaryOperator() local
|