Home
last modified time | relevance | path

Searched refs:getScalarOrVectorConstantInt (Results 1 – 3 of 3) sorted by relevance

/external/spirv-llvm/lib/SPIRV/
DSPIRVLowerBool.cpp80 auto Zero = getScalarOrVectorConstantInt(Op->getType(), 0, false); in visitTruncInst()
89 auto Zero = getScalarOrVectorConstantInt(Ty, 0, false); in visitZExtInst()
90 auto One = getScalarOrVectorConstantInt(Ty, 1, false); in visitZExtInst()
99 auto Zero = getScalarOrVectorConstantInt(Ty, 0, false); in visitSExtInst()
100 auto One = getScalarOrVectorConstantInt(Ty, ~0, false); in visitSExtInst()
DSPIRVUtil.cpp1146 getScalarOrVectorConstantInt(Type *T, uint64_t V, bool isSigned) { in getScalarOrVectorConstantInt() function
1151 getScalarOrVectorConstantInt(VT->getVectorElementType(), V, isSigned)); in getScalarOrVectorConstantInt()
DSPIRVInternal.h793 getScalarOrVectorConstantInt(Type *T, uint64_t V, bool isSigned = false);