Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h691 SDNode *getNodeForIRValue(const Value *V) { in getNodeForIRValue() function
DSelectionDAGBuilder.cpp1075 if (SDNode *Node = getNodeForIRValue(&I)) { in visit()