Searched refs:canOpTrap (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetLowering.h370 /// canOpTrap - Returns true if the operation can trap for the value type.
373 virtual bool canOpTrap(unsigned Op, EVT VT) const;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1402 if (NumElts != 1 && !TLI.canOpTrap(N->getOpcode(), VT)) {
H A DTargetLowering.cpp630 /// canOpTrap - Returns true if the operation can trap for the value type.
632 bool TargetLowering::canOpTrap(unsigned Op, EVT VT) const { function in class:TargetLowering

Completed in 44 milliseconds