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

  /external/spirv-llvm/lib/SPIRV/
SPIRVLowerBool.cpp 80 auto Zero = getScalarOrVectorConstantInt(Op->getType(), 0, false);
89 auto Zero = getScalarOrVectorConstantInt(Ty, 0, false);
90 auto One = getScalarOrVectorConstantInt(Ty, 1, false);
99 auto Zero = getScalarOrVectorConstantInt(Ty, 0, false);
100 auto One = getScalarOrVectorConstantInt(Ty, ~0, false);
SPIRVUtil.cpp     [all...]
SPIRVInternal.h 793 getScalarOrVectorConstantInt(Type *T, uint64_t V, bool isSigned = false);
    [all...]

Completed in 453 milliseconds