Searched refs:getScalarOrVectorConstantInt (Results 1 – 3 of 3) sorted by relevance
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVLowerBool.cpp | 80 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()
|
D | SPIRVUtil.cpp | 1146 getScalarOrVectorConstantInt(Type *T, uint64_t V, bool isSigned) { in getScalarOrVectorConstantInt() function 1151 getScalarOrVectorConstantInt(VT->getVectorElementType(), V, isSigned)); in getScalarOrVectorConstantInt()
|
D | SPIRVInternal.h | 793 getScalarOrVectorConstantInt(Type *T, uint64_t V, bool isSigned = false);
|