Searched refs:OnlyIfReducedTy (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Constants.h | 1115 Type *OnlyIfReducedTy = nullptr); 1122 unsigned Flags = 0, Type *OnlyIfReducedTy = nullptr); 1147 Type *OnlyIfReducedTy = nullptr) { 1150 InBounds, InRangeIndex, OnlyIfReducedTy); 1155 Type *OnlyIfReducedTy = nullptr) { 1160 OnlyIfReducedTy); 1166 Type *OnlyIfReducedTy = nullptr); 1187 Type *OnlyIfReducedTy = nullptr); 1189 Type *OnlyIfReducedTy = nullptr); 1191 Type *OnlyIfReducedTy = nullptr); [all …]
|
/external/llvm/include/llvm/IR/ |
D | Constants.h | 1048 Type *OnlyIfReducedTy = nullptr); 1055 unsigned Flags = 0, Type *OnlyIfReducedTy = nullptr); 1078 Type *OnlyIfReducedTy = nullptr) { 1081 InBounds, OnlyIfReducedTy); 1085 Type *OnlyIfReducedTy = nullptr) { 1089 return getGetElementPtr(Ty, C, cast<Value>(Idx), InBounds, OnlyIfReducedTy); 1094 Type *OnlyIfReducedTy = nullptr); 1115 Type *OnlyIfReducedTy = nullptr); 1117 Type *OnlyIfReducedTy = nullptr); 1119 Type *OnlyIfReducedTy = nullptr); [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Constants.cpp | 1191 Type *OnlyIfReducedTy = OnlyIfReduced ? Ty : nullptr; in getWithOperands() local 1208 return ConstantExpr::getSelect(Ops[0], Ops[1], Ops[2], OnlyIfReducedTy); in getWithOperands() 1211 OnlyIfReducedTy); in getWithOperands() 1213 return ConstantExpr::getExtractElement(Ops[0], Ops[1], OnlyIfReducedTy); in getWithOperands() 1216 OnlyIfReducedTy); in getWithOperands() 1218 return ConstantExpr::getExtractValue(Ops[0], getIndices(), OnlyIfReducedTy); in getWithOperands() 1221 OnlyIfReducedTy); in getWithOperands() 1227 GEPO->isInBounds(), GEPO->getInRangeIndex(), OnlyIfReducedTy); in getWithOperands() 1232 OnlyIfReducedTy); in getWithOperands() 1236 OnlyIfReducedTy); in getWithOperands() [all …]
|
/external/llvm/lib/IR/ |
D | Constants.cpp | 1136 Type *OnlyIfReducedTy = OnlyIfReduced ? Ty : nullptr; in getWithOperands() local 1153 return ConstantExpr::getSelect(Ops[0], Ops[1], Ops[2], OnlyIfReducedTy); in getWithOperands() 1156 OnlyIfReducedTy); in getWithOperands() 1158 return ConstantExpr::getExtractElement(Ops[0], Ops[1], OnlyIfReducedTy); in getWithOperands() 1161 OnlyIfReducedTy); in getWithOperands() 1163 return ConstantExpr::getExtractValue(Ops[0], getIndices(), OnlyIfReducedTy); in getWithOperands() 1166 OnlyIfReducedTy); in getWithOperands() 1172 GEPO->isInBounds(), OnlyIfReducedTy); in getWithOperands() 1177 OnlyIfReducedTy); in getWithOperands() 1181 OnlyIfReducedTy); in getWithOperands() [all …]
|