Searched refs:OnlyIfReducedTy (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Constants.h | 1119 Type *OnlyIfReducedTy = nullptr); 1126 Type *OnlyIfReducedTy = nullptr); 1133 unsigned Flags = 0, Type *OnlyIfReducedTy = nullptr); 1158 Type *OnlyIfReducedTy = nullptr) { 1161 InBounds, InRangeIndex, OnlyIfReducedTy); 1166 Type *OnlyIfReducedTy = nullptr) { 1171 OnlyIfReducedTy); 1177 Type *OnlyIfReducedTy = nullptr); 1198 Type *OnlyIfReducedTy = nullptr); 1200 Type *OnlyIfReducedTy = nullptr); [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Constants.cpp | 1296 Type *OnlyIfReducedTy = OnlyIfReduced ? Ty : nullptr; in getWithOperands() local 1313 return ConstantExpr::getSelect(Ops[0], Ops[1], Ops[2], OnlyIfReducedTy); in getWithOperands() 1316 OnlyIfReducedTy); in getWithOperands() 1318 return ConstantExpr::getExtractElement(Ops[0], Ops[1], OnlyIfReducedTy); in getWithOperands() 1321 OnlyIfReducedTy); in getWithOperands() 1323 return ConstantExpr::getExtractValue(Ops[0], getIndices(), OnlyIfReducedTy); in getWithOperands() 1326 OnlyIfReducedTy); in getWithOperands() 1332 GEPO->isInBounds(), GEPO->getInRangeIndex(), OnlyIfReducedTy); in getWithOperands() 1337 OnlyIfReducedTy); in getWithOperands() 1341 OnlyIfReducedTy); in getWithOperands() [all …]
|