Searched defs:getNOT (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1073 /// getNOT - Create a bitwise NOT operation as (XOR Val, -1).
1075 SDValue SelectionDAG::getNOT(const SDLoc &DL, SDValue Val, EVT VT) { function in class:SelectionDAG
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp914 /// getNOT - Create a bitwise NOT operation as (XOR Val, -1).
916 SDValue SelectionDAG::getNOT(DebugLoc DL, SDValue Val, EVT VT) { function in class:SelectionDAG

Completed in 196 milliseconds