Home
last modified time | relevance | path

Searched refs:SmallType (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
DPassManagerInternal.h101 typedef char SmallType; typedef
109 template <typename T> static SmallType f(Checker<T, &T::invalidate> *);
113 enum { Value = sizeof(f<ResultT>(nullptr)) == sizeof(SmallType) };
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp1249 Type *SmallType = X->getType(); in foldSelectExtConst() local
1252 if (!SmallType->isIntOrIntVectorTy(1) && in foldSelectExtConst()
1253 (!Cmp || Cmp->getOperand(0)->getType() != SmallType)) in foldSelectExtConst()
1259 Constant *TruncC = ConstantExpr::getTrunc(C, SmallType); in foldSelectExtConst()
1278 Constant *One = ConstantInt::getTrue(SmallType); in foldSelectExtConst()