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

/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DConstants.cpp177 /// canTrap - Return true if evaluation of this constant could trap. This is
179 bool Constant::canTrap() const { function in class:Constant
187 if (CE->getOperand(i)->canTrap())
/external/llvm/lib/IR/
H A DConstants.cpp361 bool Constant::canTrap() const { function in class:Constant

Completed in 353 milliseconds