OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getValueAPF
(Results
26 - 50
of
63
) sorted by null
1
2
3
/frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp
879
Record.push_back(CFP->
getValueAPF
().bitcastToAPInt().getZExtValue());
883
APInt api = CFP->
getValueAPF
().bitcastToAPInt();
[
all
...]
/frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp
[
all
...]
/frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp
593
APFloat FPImm = MO.getFPImm()->
getValueAPF
();
614
addConstantValue(Die, CFP->
getValueAPF
().bitcastToAPInt(), true);
[
all
...]
/external/llvm/lib/CodeGen/
MachineInstr.cpp
376
OS << getFPImm()->
getValueAPF
().convertToFloat();
378
OS << getFPImm()->
getValueAPF
().convertToDouble();
[
all
...]
/external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp
695
const APFloat &LAPF = cast<ConstantFP>(L)->
getValueAPF
();
696
const APFloat &RAPF = cast<ConstantFP>(R)->
getValueAPF
();
[
all
...]
/external/llvm/include/llvm/IR/
Constants.h
270
inline const APFloat &
getValueAPF
() const { return Val; }
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp
[
all
...]
InstCombineCalls.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp
261
return DAG.getConstant(LLVMC->
getValueAPF
().bitcastToAPInt(), dl,
269
if (ConstantFPSDNode::isValueValidForType(SVT, CFP->
getValueAPF
()) &&
686
SDValue Con = DAG.getConstant(CFP->
getValueAPF
().
696
SDValue Con = DAG.getConstant(CFP->
getValueAPF
().bitcastToAPInt().
706
const APInt &IntVal = CFP->
getValueAPF
().bitcastToAPInt();
[
all
...]
LegalizeFloatTypes.cpp
152
return DAG.getConstant(CN->
getValueAPF
().bitcastToAPInt(), SDLoc(CN),
[
all
...]
TargetLowering.cpp
[
all
...]
DAGCombiner.cpp
647
APFloat V = cast<ConstantFPSDNode>(Op)->
getValueAPF
();
[
all
...]
FastISel.cpp
230
const APFloat &Flt = CF->
getValueAPF
();
[
all
...]
/external/llvm/lib/Analysis/
InstructionSimplify.cpp
[
all
...]
ValueTracking.cpp
[
all
...]
/external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
[
all
...]
/external/llvm/lib/IR/
Core.cpp
886
return cFP->
getValueAPF
().convertToFloat();
891
return cFP->
getValueAPF
().convertToDouble();
895
APFloat APF = cFP->
getValueAPF
();
[
all
...]
/external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp
265
MI->getOperand(1).getFPImm()->
getValueAPF
()
[
all
...]
SIISelLowering.cpp
[
all
...]
AMDGPUISelDAGToDAG.cpp
437
Imm = FP->
getValueAPF
().bitcastToAPInt().getZExtValue();
[
all
...]
/external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp
[
all
...]
/external/llvm/lib/Target/X86/
X86MCInstLower.cpp
[
all
...]
/external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp
[
all
...]
/external/llvm/lib/Target/Mips/
MipsFastISel.cpp
331
int64_t Imm = CFP->
getValueAPF
().bitcastToAPInt().getZExtValue();
[
all
...]
Completed in 1372 milliseconds
1
2
3