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

/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1681 static Type *GetCompareTy(Value *Op) { function
1744 return ConstantInt::get(GetCompareTy(LHS),
1828 return ConstantInt::get(GetCompareTy(LHS),
1839 return ConstantInt::get(GetCompareTy(LHS),
1875 Type *ITy = GetCompareTy(LHS); // The return type.
2616 return ConstantInt::get(GetCompareTy(LHS), 0);
2618 return ConstantInt::get(GetCompareTy(LHS), 1);
2621 return UndefValue::get(GetCompareTy(LHS));
2626 return ConstantInt::get(GetCompareTy(LHS), 1);
2628 return ConstantInt::get(GetCompareTy(LH
[all...]

Completed in 47 milliseconds