HomeSort by relevance Sort by last modified time
    Searched refs:canOpTrap (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Target/
TargetLowering.h 376 /// canOpTrap - Returns true if the operation can trap for the value type.
379 virtual bool canOpTrap(unsigned Op, EVT VT) const;
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 758 /// canOpTrap - Returns true if the operation can trap for the value type.
760 bool TargetLoweringBase::canOpTrap(unsigned Op, EVT VT) const {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp     [all...]

Completed in 1130 milliseconds