Searched defs:isCanonical (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/Transforms/Vectorize/ | ||
H A D | VPlanRecipes.cpp | 1283 bool VPWidenIntOrFpInductionRecipe::isCanonical() const { isCanonical() function in VPWidenIntOrFpInductionRecipe |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | LoopInfo.cpp | 412 bool Loop::isCanonical(ScalarEvolution &SE) const { in isCanonical() function in Loop |
/llvm-project/llvm/lib/IR/ | ||
H A D | DebugInfoMetadata.cpp | 386 static bool isCanonical(const MDString *S) { in isCanonical() function |
/llvm-project/llvm/lib/Transforms/Scalar/ | ||
H A D | LoopStrengthReduce.cpp | 631 bool Formula::isCanonical(const Loop &L) const { isCanonical() function in Formula |
/llvm-project/clang/lib/AST/ | ||
H A D | ASTContext.cpp | 4531 bool isCanonical = !Unique && IsCanonicalExceptionSpec && getFunctionTypeInternal() local |