Home
last modified time | relevance | path

Searched refs:FoldValue (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3229 static std::pair<APInt, bool> FoldValue(unsigned Opcode, const APInt &C1, in FoldValue() function
3273 std::pair<APInt, bool> Folded = FoldValue(Opcode, Cst1->getAPIntValue(), in FoldConstantArithmetic()
3352 std::pair<APInt, bool> Folded = FoldValue(Opcode, V1->getAPIntValue(), in FoldConstantArithmetic()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4136 static std::pair<APInt, bool> FoldValue(unsigned Opcode, const APInt &C1, in FoldValue() function
4180 std::pair<APInt, bool> Folded = FoldValue(Opcode, Cst1->getAPIntValue(), in FoldConstantArithmetic()