reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/IR/Constants.cpp
 2067   assert(LHS->getType() == RHS->getType());
 2071   if (Constant *FC = ConstantFoldCompareInstruction(pred, LHS, RHS))
 2078   Constant *ArgVec[] = { LHS, RHS };
 2082   Type *ResultTy = Type::getInt1Ty(LHS->getContext());
 2083   if (VectorType *VT = dyn_cast<VectorType>(LHS->getType()))
 2086   LLVMContextImpl *pImpl = LHS->getType()->getContext().pImpl;