HomeSort by: relevance | last modified time | path
    Searched refs:isConstantValueOfAnyType (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAG.h 1934 inline bool isConstantValueOfAnyType(SDValue N) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp 3575 if (DAG.isConstantValueOfAnyType(True) &&
3576 !DAG.isConstantValueOfAnyType(False)) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 7727 return isConstantValueOfAnyType(T) ? T : F;

Completed in 76 milliseconds