Searched refs:IsNonPtrConst (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1052 bool IsNonPtrConst = isa<ConstantInt>(V) || isa<ConstantFP>(V) || local
1055 if (IsNonPtrConst)

Completed in 108 milliseconds