Lines Matching defs:isSpec
868 bool isSpec) {
870 return prepareConstantFp(loc, floatAttr, isSpec);
873 return prepareConstantBool(loc, boolAttr, isSpec);
876 return prepareConstantInt(loc, intAttr, isSpec);
883 bool isSpec) {
884 if (!isSpec) {
899 ? (isSpec ? spirv::Opcode::OpSpecConstantTrue
901 : (isSpec ? spirv::Opcode::OpSpecConstantFalse
905 if (!isSpec) {
912 bool isSpec) {
913 if (!isSpec) {
931 isSpec ? spirv::Opcode::OpSpecConstant : spirv::Opcode::OpConstant;
976 if (!isSpec) {
983 bool isSpec) {
984 if (!isSpec) {
1002 isSpec ? spirv::Opcode::OpSpecConstant : spirv::Opcode::OpConstant;
1028 if (!isSpec) {